aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/aggregate/group_by_expr.sql
blob: 8a65d11bb7bdaed4c2ea8c7cd78df08614883935 (plain) (blame)
1
2
3
/* syntax version 1 */
/* postgres can not */
select sum(cast(subkey as uint32)) as s from plato.Input group by cast(key as uint32) % 10 order by s;