ClickHouse/tests/queries/0_stateless/01889_sql_json_functions.reference

44 lines
296 B
Plaintext
Raw Normal View History

2021-06-07 20:54:44 +00:00
--JSON_VALUE--
2021-06-17 09:24:10 +00:00
2021-06-07 20:54:44 +00:00
1
1.2
true
"world"
null
--JSON_QUERY--
2021-06-17 09:24:10 +00:00
[{"hello":1}]
2021-06-07 20:54:44 +00:00
[1]
[1.2]
[true]
["world"]
[null]
[["world","world2"]]
[{"world":"!"}]
2021-07-04 10:43:22 +00:00
[0, 1, 4, 0, -1, -4]
2021-06-07 20:54:44 +00:00
--JSON_EXISTS--
1
2021-06-17 09:24:10 +00:00
0
1
1
2021-06-07 20:54:44 +00:00
1
0
1
0
0
1
1
0
1
0
2021-06-09 09:46:17 +00:00
1
2021-07-04 19:28:05 +00:00
--MANY ROWS--
2021-07-04 19:57:16 +00:00
0 ["Vasily", "Kostya"]
1 ["Tihon", "Ernest"]
2 ["Katya", "Anatoliy"]