distinct_columns.sql 75 B

1
  1. select distinct key, subkey, value from plato.Input3 order by key, subkey;