Back to Materialize

ROLLBACK

doc/user/content/sql/rollback.md

123246 B
Original Source

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

Syntax

mzsql
ROLLBACK;

Details

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