mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 22:12:21 +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)
|