Updated on 2022-11-18 GMT+08:00

COMMIT

Syntax

COMMIT [ WORK ]

Description

This statement is used to commit the current transaction.

Example

COMMIT;
COMMIT WORK;