Updated on 2024-10-09 GMT+08:00

ROLLBACK

Syntax

ROLLBACK [ WORK ]

Description

This statement is used to roll back the current transaction.

Example

ROLLBACK;
ROLLBACK WORK;