group_by_expr.sql 149 B

123
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. select sum(cast(subkey as uint32)) as s from plato.Input group by cast(key as uint32) % 10 order by s;