ROLLBACK#

Synopsis#

ROLLBACK [ WORK ]
Copy to clipboard

Description#

Rollback the current transaction.

Examples#

ROLLBACK;
ROLLBACK WORK;
Copy to clipboard

See also#

COMMIT, START TRANSACTION