3
select * from data_dictionary.user_savepoints;
8
select * from data_dictionary.user_savepoints;
12
select * from data_dictionary.user_savepoints;
16
select * from data_dictionary.user_savepoints;
21
select * from data_dictionary.user_savepoints;
25
select * from data_dictionary.user_savepoints;
29
release savepoint foo;
30
select * from data_dictionary.user_savepoints;
34
select * from data_dictionary.user_savepoints;
38
select * from data_dictionary.user_savepoints;
42
select * from data_dictionary.user_savepoints;
46
release savepoint foo2;
47
select * from data_dictionary.user_savepoints;
51
select * from data_dictionary.user_savepoints;
57
select * from data_dictionary.user_savepoints;
63
select * from data_dictionary.user_savepoints;