hetu-core/hetu-docs/en/sql/rollback.md

305 B

+++

title = "ROLLBACK" +++

ROLLBACK

Synopsis

ROLLBACK [ WORK ]

Description

Rollback the current transaction.

Examples

ROLLBACK;
ROLLBACK WORK;

See Also

commit, start-transaction