1. Build select SQL script
DtSQL provides a tool to help users to build select SQL script
- Click 'Build SQL' menu to pop up the SQL builder panel
- Select 'Select' tab to build select SQL
- Select 'Table' tab and add tables used in the select SQL script
- Select 'Column' tab and add selected columns
- Select 'Condition' tab and add where condition in the SQL script
- Select 'Group By' tab and add group columns
- Select 'Having' tab and add having condition in the SQL script
- Select 'Order By' tab and add sorted columns in the SQL script
- Select 'SQL' to show the built select SQL script
- Click 'Execute' button to execute SQL script
|