ROLLBACK
Synopsis
Use the ROLLBACK
statement to roll back the current transactions. All changes included in this transactions will be discarded.
Syntax
rollback ::= ROLLBACK [ TRANSACTION | WORK ]
rollback
Semantics
rollback
ROLLBACK [ TRANSACTION | WORK ]
WORK
Add optional keyword — has no effect.
TRANSACTION
Add optional keyword — has no effect.