blob: 15213e93cbf6663577fbdcf4c55281f58a6efff0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--!syntax_pg
select * from (values (1),(1),(1)) a(x)
except
select * from (values (1),(1)) a(x);
select * from (values (1),(1)) a(x)
except
select * from (values (1),(1)) a(x);
select * from (values (1),(1)) a(x)
except
select * from (values (1),(1),(1)) a(x);
|