mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
|
[1,NULL,2] 1
|
||
|
[1,NULL,2] \N
|
||
|
[1,NULL,2] 2
|
||
|
[(1,2),(3,4),(5,6)] (1,2)
|
||
|
[(1,2),(3,4),(5,6)] (3,4)
|
||
|
[(1,2),(3,4),(5,6)] (5,6)
|
||
|
['Hello','world'] Hello
|
||
|
['Hello','world'] world
|