|
VECAL |
dbXpert
for Oracle |
|
Features Review: |
| Master Detail Browser - make it easy to view data in master-detail structure |
|
| Master Detail Browser - view the SQL text of the master detail statements |
|
| Master Detail Browser - copy the text to Workspace to edit manually, press Ctrl+M to rerun it. |
The following shows two sample SQL statements for the Master Detail Queries. To join the master and detail, just simply put the bind varaible with the format :<MASTER TABLE ALIAS>__<FIELD_NAME> (double underline between the alias and the field name). Please be reminded that the Master SQL statments must be put prior to the detail SQL statements. Example 1:
Example 2:
|