GroupByOneField.sql 110 B

12
  1. /* syntax version 1 */
  2. select sum(c) as sumc, max(d) as maxd from plato.Input group by a order by sumc, maxd;