ClickHouse/tests/queries/0_stateless/01889_sql_json_functions.reference
2021-06-08 18:40:53 +03:00

33 lines
170 B
Plaintext

--JSON_VALUE--
1
1.2
true
"world"
null
--JSON_QUERY--
[1]
[1.2]
[true]
["world"]
[null]
[["world","world2"]]
[{"world":"!"}]
--JSON_EXISTS--
1
1
0
1
0
0
1
1
0
1
0
1