aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/in/in_compact_distinct.sql
blob: f941a8facd32a53330ab091241fc31df2e288f7c (plain) (blame)
1
2
3
4
5
6
/* postgres can not */
use plato;

select * from Input
where key in compact (select distinct key from Input1)
order by key;