aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/aggregate/group_by_expr_after_where.sql
blob: 8f23c1f49cdb0832a5341c91afdc18886a317c36 (plain) (blame)
1
2
3
4
pragma GroupByExprAfterWhere;
select x from (select 1 as x)
where x = 1
group by -x as x