ClickHouse/tests/queries/0_stateless/03243_array_join_lambda.sql

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

2 lines
86 B
MySQL
Raw Normal View History

2024-09-22 21:31:39 +00:00
SELECT arrayMap(x -> (x + length(arrayJoin([arrayMap(y -> (y + 1), [3])]))), [1, 2]);