Use the following shortcut keys when working with an SQL document or stored procedure.
| Command Name | Shortcut Keys | Action | Where is used |
|---|---|---|---|
| Execute | F5 | Execute query associated with current document | SQL Editor, Query Builder |
| Execute Current Statement | F8 | Execute current statement | SQL Editor |
| Previous SQL | Ctrl+Shift+Up Arrow | Previous SQL statement from history | SQL editor |
| Next SQL | Ctrl+Shift+Down Arrow | Next SQL statement from history | SQL editor |
| SQL History | Ctrl+Alt+H | Open SQL History dialog | SQL editor |
| Edit Parameters | Ctrl+Shift+P | Edit parameters | SQL editor |
| Select Current Statement | Ctrl+Shift+A | Select the current SQL statement or code block at the cursor position | SQL editor |
| Comment Selection | CTRL+E, C | Comment Selection | SQL editor |
| Uncomment Selection | CTRL+E, U | Uncomment selection | SQL editor |
| Toggle Outlining Expansion | CTRL+M, M | Toggle outlining expansion | SQL editor |
| Toggle All Outlining | CTRL+M, L | Toggle all outlining | SQL editor |
| Stop Outlining | CTRL+M, P | Stop outlining | SQL editor |
These shortcuts are default shortcuts. All shortcuts can be customized.