ROLLBACK aborts the current transaction and rolls back all changes made by the transaction.

Syntax

ROLLBACK;

Details

Rolls back the current transaction, discarding all changes made by the transaction.

See also

Back to top ↑