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

265 B

COMMIT

Synopsis

COMMIT [ WORK ]

Description

Commit the current transaction.

Examples

COMMIT;
COMMIT WORK;

See Also

ROLLBACK, START TRANSACTION