ClickHouse/tests/queries/0_stateless/01889_sql_json_functions.reference
2021-07-04 13:44:47 +03:00

40 lines
213 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