ClickHouse/tests/queries/0_stateless/02154_dictionary_get_http_json.reference
2022-02-09 12:06:17 +00:00

25 lines
386 B
Plaintext

0 Value
{
"meta":
[
{
"name": "dictGet(02154_test_dictionary, 'value', toUInt64(0))",
"type": "String"
},
{
"name": "dictGet(02154_test_dictionary, 'value', toUInt64(1))",
"type": "String"
}
],
"data":
[
{
"dictGet(02154_test_dictionary, 'value', toUInt64(0))": "Value",
"dictGet(02154_test_dictionary, 'value', toUInt64(1))": ""
}
],
"rows": 1
}