yql-14677.sql 162 B

12345678910
  1. /* postgres can not */
  2. USE plato;
  3. pragma yt.MapJoinLimit="1m";
  4. $l1 = select key from `Input`;
  5. select * from Input
  6. where true
  7. and value != ""
  8. and key in $l1