SQL Document Shortcut Keys

Use following shortcut keys when working with an SQL document or stored procedure.

Command Name Shortcut Keys Action Where is used
Execute F5 Execute a query associated with the current statement. SQL Editor
Execute Selection Ctrl+F8 Execute the selected statement. SQL Editor
Execute Current Statement F8 Execute the current statement. SQL Editor
Previous SQL Ctrl+Shift+Up Arrow Previous SQL statement from the history. SQL Editor
Next SQL Ctrl+Shift+Down Arrow Next SQL statement from the history. SQL Editor
SQL Query History Ctrl+Alt+H Open SQL history dialog. SQL Editor
Edit Parameters Ctrl+Shift+P Edit parameters. SQL Editor
Comment Selection Ctrl+K, C Comment selection. SQL Editor
Uncomment Selection Ctrl+K, U Uncomment selection. SQL Editor
Toggle Outline 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.