combine_hashed_set.sql 65 B

1234567
  1. USE plato;
  2. SELECT
  3. key
  4. FROM Input
  5. GROUP by key
  6. ORDER by key;