5
select * from data_dictionary.user_savepoints;
8
select * from data_dictionary.user_savepoints;
12
select * from data_dictionary.user_savepoints;
14
select * from data_dictionary.user_savepoints;
16
select * from data_dictionary.user_savepoints;
20
select * from data_dictionary.user_savepoints;
22
release savepoint foo;
23
select * from data_dictionary.user_savepoints;
25
select * from data_dictionary.user_savepoints;
29
select * from data_dictionary.user_savepoints;
31
select * from data_dictionary.user_savepoints;
32
release savepoint foo2;
33
select * from data_dictionary.user_savepoints;
35
select * from data_dictionary.user_savepoints;
41
select * from data_dictionary.user_savepoints;
43
select * from data_dictionary.user_savepoints;