aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/epochs/read_modified.sql
blob: b30996c785ed858aeac721dad9b613379e4238cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* postgres can not */
/* multirun can not */
use plato;

insert into Output select * from Output;
insert into Output select * from Output;

commit;

select count(*) from Output;

insert into Output select * from Output;
insert into Output select * from Output;

commit;

select count(*) from Output;