| |
read source history
= Console Menu =
----
The Console Menu contains SQL execution commands.
**Execute** [F5]
Executes all [[Help-SQL-Input|SQL Text]].
**Execute Current** [Ctrl+F5]
Executes the current statement in [[Help-SQL-Input|SQL Text]].
**Execute To Current** [Ctrl+Shift+F5]
Executes all SQL until the current statement in [[Help-SQL-Input|SQL Text]] (including the current).
**Execute From Current** [Ctrl+Alt+F5]
Executes all SQL from the current statement on in [[Help-SQL-Input|SQL Text]] (including the current).
**Abort** [Ctrl+C]
Aborts the current execution.
**Commit** [Ctrl+Alt+C]
Commits the current transaction. Only available if [[Help-SQL-Transactions|Transactions]] are active.
**Rollback** [Ctrl+Alt+R]
Rolls back the current transaction. Only available if [[Help-SQL-Transactions|Transactions]] are active.
//The **current statement** is the statement the text cursor is currently in.//
----
[[Main|home]] | [[Help-SQLWS|SQL Workspace Help]] | [[Help-SQLPad|SQL Pad Help]] |