Updated on 2024-05-29 GMT+08:00

COMMIT

Syntax

COMMIT [ WORK ]

Description

This statement is used to commit the current transaction.

Example

COMMIT;
COMMIT WORK;