ClickHouse/tests/queries/0_stateless/02476_fix_lambda_parsing.reference
Alexey Milovidov e0002635a8 Fix tests
2024-02-21 21:39:52 +01:00

5 lines
93 B
Plaintext

SELECT f(x, (y -> z))
SELECT f((x, y) -> z)
SELECT f((x, y) -> z)
SELECT f(x, ((x, y) -> z))