Was this helpful?
ROLLBACK
Valid in: SQL, ESQL, OpenAPI, ODBC, JDBC, .NET
The ROLLBACK statement backs out the changes made during the current transaction.
The ROLLBACK statement has the following format:
[EXEC SQL] ROLLBACK [WORK]
WORK
Is an optional keyword included for compatibility with the ISO and ANSI SQL standards. It has no effect.
Last modified date: 01/30/2023