mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
15 lines
147 B
Plaintext
15 lines
147 B
Plaintext
|
String
|
||
|
abc
|
||
|
def
|
||
|
1
|
||
|
-1
|
||
|
10000
|
||
|
-10000
|
||
|
1000000
|
||
|
1 string [1,2,-1]
|
||
|
-10 def [10,20,10000]
|
||
|
1 \N [1,2,-1]
|
||
|
\N def [10,NULL,10000]
|
||
|
(1,'1') 10
|
||
|
(-1,'-1') 1000000
|