The ROLLBACK aborts the current transaction.
Syntax
ROLLBACK [WORK]
Description
ROLLBACK rolls back the current transaction and causes all the updates made by the transaction to be discarded.
WORK has no special sense and is supported for compatibility with SQL standards only.
|
|