mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +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)
|