ROLLBACK
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This statement undoes (rolls back) work done in the current transaction.
Syntax
ROLLBACK
Example
UPDATE emp SET sal = sal-1000 WHERE empno=101
ROLLBACK
This statement undoes (rolls back) work done in the current transaction.
ROLLBACK
UPDATE emp SET sal = sal-1000 WHERE empno=101
ROLLBACK