ROLLBACK Command

<< Click to Display Table of Contents >>

Navigation:  SQL Reference > SQL Commands >

ROLLBACK Command

Previous pageReturn to chapter overviewNext page

 

The ROLLBACK aborts the current transaction.

Syntax

ROLLBACK [WORK]

Description

ROLLBACK rolls back the current transaction and causes all the updates made by the transaction to be discarded.

WORK has no special sense and is supported for compatibility with SQL standards only.

__________________________
Absolute SQL Reference - 05 January 2023, Niels Knabe