mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
SELECT f(x, y -> z)
|
|
SELECT f((x, y) -> z)
|
|
SELECT f((x, y) -> z)
|
|
SELECT f(x, (x, y) -> z)
|