in_compact_distinct.sql 124 B

123456
  1. /* postgres can not */
  2. use plato;
  3. select * from Input
  4. where key in compact (select distinct key from Input1)
  5. order by key;