aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/in/yql-14677.sql
blob: abbe56ce7b3b65f033a686dc5467a30f729f5cfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* postgres can not */
USE plato;
pragma yt.MapJoinLimit="1m";

$l1 = select key from `Input`;

select * from Input
where true
  and value != ""
  and key in $l1