mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
17 lines
182 B
Plaintext
17 lines
182 B
Plaintext
4
|
|
123
|
|
1
|
|
1
|
|
a
|
|
hello
|
|
hello
|
|
3
|
|
91
|
|
-100
|
|
200
|
|
300
|
|
('a','hello','b',[-100,200,300])
|
|
[-100,NULL,300]
|
|
['a','hello','b',NULL]
|
|
[(NULL,NULL,NULL),(NULL,NULL,NULL),(NULL,NULL,NULL),(-100,200,300)]
|