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

ROLLBACK

  • Syntax

    ROLLBACK [ WORK ]

  • Description

    This statement is used to roll back the current transaction.

  • Example
    ROLLBACK;
    ROLLBACK WORK;