mirror of
https://github.com/supleed2/cch23-8bit.git
synced 2024-11-10 03:35:47 +00:00
21 lines
381 B
JSON
21 lines
381 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "select sum(quantity) as \"i64!\" from orders",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"ordinal": 0,
|
||
|
"name": "i64!",
|
||
|
"type_info": "Int8"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Left": []
|
||
|
},
|
||
|
"nullable": [
|
||
|
null
|
||
|
]
|
||
|
},
|
||
|
"hash": "c4dfa427b5f37d179d841d21c84eb2e888ce6dcd363cc977745c78ebba20a235"
|
||
|
}
|