--- title: "ROLLBACK" menu: main: parent: commands --- `ROLLBACK` aborts the current [transaction](/sql/begin/#details) and all changes in the transaction are discarded. ## Syntax ```mzsql ROLLBACK; ``` ## Details Rolls back the current transaction, discarding all changes made by the transaction.