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