mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 10:04:06 +00:00
5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
|
((1, 2), (2, 3), (3, 4))
|
||
|
((1,2),(2,3),(3,4))
|
||
|
tuple(tuple(1, 2), tuple(2, 3), tuple(3, 4))
|
||
|
((1,2),(2,3),(3,4))
|