ROLLBACK¶
Rolls back an open transaction in the current session.
- See also:
Syntax¶
Parameters¶
WORKOptional keyword that provides compatibility with other database systems.
Examples¶
Begin a transaction, insert some values into a table, and then complete the transaction by rolling back the changes made in the transaction: