ClickHouse/tests/queries/0_stateless/01527_bad_aggregation_in_lambda.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
67 B
MySQL
Raw Normal View History

SELECT arrayMap(x -> x * sum(x), range(10)); -- { serverError 47 }