ROLLBACK

ROLLBACK aborts the current transaction and all changes in the transaction are discarded.

Syntax

ROLLBACK;

Details

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

Back to top ↑