aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/aggregate/having_without_aggregation.sqlx
blob: cab0b5503bd5ffe808e4bb9147ceefa0fd2688ad (plain) (blame)
1
2
3
4
5
USE plato;

SELECT *
FROM Input
HAVING key < '100' -- using having mean aggregation GROUP BY (), should use aggregation functions