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