Back to Trino

ROLLBACK

docs/src/main/sphinx/sql/rollback.md

480209 B
Original Source

ROLLBACK

Synopsis

text
ROLLBACK [ WORK ]

Description

Rollback the current transaction.

Examples

sql
ROLLBACK;
ROLLBACK WORK;

See also

{doc}commit, {doc}start-transaction