|
SQL Parser
The purpose of this sheet is to parse a given SQL statement and identify the tables and columns
used. Sets of tables and columns can be accumulated for several consecutively processed SQL
statements. It is available as a menu item under the Tools menu.
Fields
Source SQL
|
The data entry field where the SQL statement can be pasted or
entered.
|
Tables/Columns
|
The list where the tables and columns are displayed.
|
Controls
Parse
|
Parses the SQL and displays the resulting list of tables and
columns.
|
Replace
|
When Parse is started, the existing elements of the
Tables/Columns list is removed.
|
Append
|
When Parse is started, the results are added to the existing list
in the Table/Columns control.
|
|