select_group_by_key.sql 103 B

123
  1. insert into plato.Output
  2. select key, count(*), min(value) from plato.Input group by key order by key;