ClickHouse/tests/queries/0_stateless/01889_sql_json_functions.reference
l1tsolaiki 7d1c561a7b 😰
2021-07-04 22:57:16 +03:00

44 lines
296 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--
0 ["Vasily", "Kostya"]
1 ["Tihon", "Ernest"]
2 ["Katya", "Anatoliy"]