ClickHouse/tests/queries/0_stateless/02476_fix_lambda_parsing.reference

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

5 lines
89 B
Plaintext
Raw Normal View History

2022-11-07 13:44:05 +00:00
SELECT f(x, y -> z)
2022-11-05 01:30:07 +00:00
SELECT f((x, y) -> z)
2022-11-07 13:44:05 +00:00
SELECT f((x, y) -> z)
SELECT f(x, (x, y) -> z)