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

ROLLBACK

Syntax

ROLLBACK [ WORK ]

Description

This statement is used to roll back the current transaction.

Example

ROLLBACK;
ROLLBACK WORK;