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

2 lines
67 B
MySQL
Raw Normal View History

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