Executing COMMIT and ROLLBACK statements in Interactive SQL

You can execute a COMMIT statement by:

  • Clicking SQL » Commit.

  • Pressing Ctrl+Shift+C.

  • Typing Commit into the SQL Statements pane, and then executing the statement.

You can execute a ROLLBACK statement by:

  • Clicking SQL » Rollback.

  • Pressing Ctrl+Shift+R.

  • Typing Rollback into the SQL Statements pane, and then executing the statement.

Note

Executing a COMMIT or ROLLBACK via the SQL menu or a keyboard shortcut does not modify the contents of the SQL Statements pane; however, the Results tab in the Results pane is cleared.

 See also