mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 03:52:15 +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)
|