|
|
Browse by Tags
All Tags » sql query » subsequent matching
-
Hi,
Programming language: Delphi with pcre-compatible component
The question is: Split the SQL-statement items to:
-type (select|insert|delete|truncate table)
-distinct mode if exist (is disitinct|is not distinct)
-top if exist (top statement - rows or persent)
-join if exist (type of join, cross-table and cross-condition)
Thats what I ...
|
|
|