mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update tests/queries/0_stateless/25402_fail_on_invalid_having.sql
This commit is contained in:
parent
679fe4c9cd
commit
65c4961769
@ -1 +1 @@
|
||||
SELECT a, sum(b) FROM (SELECT 1 AS a, 1 AS b, 0 AS c) GROUP BY a HAVING c -- {{ serverError NOT_AN_AGGREGATE}}
|
||||
SELECT a, sum(b) FROM (SELECT 1 AS a, 1 AS b, 0 AS c) GROUP BY a HAVING c SETTINGS allow_experimental_analyzer=1 -- {{ serverError NOT_AN_AGGREGATE}}
|
Loading…
Reference in New Issue
Block a user