group_by_rollup_duo.sql 152 B

123
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. select sum(length(value)), key, subkey from plato.Input group by rollup(key,subkey) order by key, subkey;