ClickHouse/tests/queries/0_stateless/02154_dictionary_get_http_json.reference
2023-03-01 18:03:42 +01:00

25 lines
394 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
}