ROLLBACK
This page documents the preview version (v2.21). Preview includes features under active development and is for development and testing only. For production, use the stable version (v2024.1). To learn more, see Versioning.
Synopsis
Use the ROLLBACK
statement to roll back the current transactions. All changes included in this transactions will be discarded.
Syntax
Semantics
rollback
ROLLBACK [ TRANSACTION | WORK ]
WORK
Add optional keyword — has no effect.
TRANSACTION
Add optional keyword — has no effect.