Drag & Drop Functions |
|
Simple SELECT of complete tables or single columns |
- Select table or column in the database-explorer, hold down left mouse-button and drop table or column on the SQL-editor
- Repeat step 1. to add further tables/columns
- Press Ctrl-key to add the selected field to the ORDER BY list
- Press Shift-key to add the selected field to the GROUP BY list
- Press Alt-key to define the WHERE-condition for the selected field
|
|
JOINS |
- Perform step 1. and 2. to select tables/columns
- INNER JOIN: Select left JOIN-column in the database explorer, hold down left mouse-button and drop it on the right JOIN-column in the database explorer
- LEFT OUTER JOIN: Step 7. with pressed Ctrl-key
- RIGHT OUTER JOIN: Step 7. with pressed Alt-key
- FULL OUTER JOIN: Step 7. with pressed Shift-key
|
|
SUBSELECTS |
- Insert a blank character at the position for the SUBSELECT into the SQL-Editor and highlight the blank character
- Perform steps 1. to 11. to create the SUBSELECT for the highlighted area.
|
|
<< Back |