mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
44 lines
290 B
Plaintext
44 lines
290 B
Plaintext
--JSON_VALUE--
|
|
|
|
1
|
|
1.2
|
|
true
|
|
"world"
|
|
null
|
|
|
|
|
|
|
|
|
|
--JSON_QUERY--
|
|
[{"hello":1}]
|
|
[1]
|
|
[1.2]
|
|
[true]
|
|
["world"]
|
|
[null]
|
|
[["world","world2"]]
|
|
[{"world":"!"}]
|
|
|
|
|
|
[0, 1, 4, 0, -1, -4]
|
|
--JSON_EXISTS--
|
|
1
|
|
0
|
|
1
|
|
1
|
|
1
|
|
0
|
|
1
|
|
0
|
|
0
|
|
1
|
|
1
|
|
0
|
|
1
|
|
0
|
|
1
|
|
--MANY ROWS--
|
|
["Katya", "Anatoliy"]
|
|
["Vasily", "Kostya"]
|
|
["Tihon", "Ernest"]
|