top of page
CerebroSQL

ROLLBACK

RDBMS Type: Oracle

ROLLBACK [ WORK ]
[ TO [ SAVEPOINT ] savepoint
| FORCE string
] ;

example

ROLLBACK;

ROLLBACK TO SAVEPOINT banda_sal;

ROLLBACK WORK
FORCE '25.32.87';

bottom of page