distinct_by_tuple.sql 140 B

12
  1. /* postgres can not */
  2. select distinct key from (select AsTuple(Just(key), Just(key)) as key, subkey, value from plato.Input) order by key;