Updated on 2024-12-13 GMT+08:00

COMMIT

  • Syntax

    COMMIT [ WORK ]

  • Description

    This statement is used to commit the current transaction.

  • Example
    COMMIT;
    COMMIT WORK;