aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/aggregate/group_by_rollup_duo.sql
blob: 93e586766e28431d86783018cea90c103b321d67 (plain) (blame)
1
2
3
/* syntax version 1 */
/* postgres can not */
select sum(length(value)), key, subkey from plato.Input group by rollup(key,subkey) order by key, subkey;