To execute SQL statements individually, use the Single Step option. This is useful when debugging.
- Type your query in the SQL Statements pane.
- Place your cursor in the statement that you want
to execute.
- Select or press
Shift+F9.
The selected SQL statement executes and the next SQL statement is selected.
- Press Shift+F9.
The selected SQL statement executes.
- Repeat the previous step until there are no more
selected statements to execute.