ROLLBACK
Purpose
Use this statement to withdraw changes of the current transaction.
Prerequisite
None
Syntax
rollback::=
Usage Notes
- The keyword
WORK
is optional and is only supported to conform to the SQL standard. - For more information on transactions, see Transaction Management.