‘TODO’
SAVEPOINT identifier
SAVEPOINT A; INSERT INTO t1 values (1); SAVEPOINT A; INSERT INTO t1 values (2); ROLLBACK TO SAVEPOINT A;
ROLLBACK
Administrative Commands
Enter search terms or a module, class or function name.