aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/select/anon_clash.sql
blob: 7fa8927b9bce3b9c02e1411afbcae1ed33f4de4b (plain) (blame)
1
2
3
4
5
6
7
8
use plato;

insert into @a select 1 as t;

commit;

select * from @a;
select * from a;