aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg/select_agg_expr_projection.sql
blob: 4e000dc3ce0a6f842b72d348e68ee58d4471177d (plain) (blame)
1
2
3
4
--!syntax_pg
select x+1
from (values (1),(1)) a(x) 
group by x+1