mirror of
https://github.com/supleed2/cch23-8bit.git
synced 2024-11-10 03:35:47 +00:00
27 lines
570 B
JSON
27 lines
570 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "select sum(quantity) as \"sq!\", gift_name as \"gift_name!\"\n from orders group by gift_name order by \"sq!\" desc",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"ordinal": 0,
|
||
|
"name": "sq!",
|
||
|
"type_info": "Int8"
|
||
|
},
|
||
|
{
|
||
|
"ordinal": 1,
|
||
|
"name": "gift_name!",
|
||
|
"type_info": "Varchar"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Left": []
|
||
|
},
|
||
|
"nullable": [
|
||
|
null,
|
||
|
true
|
||
|
]
|
||
|
},
|
||
|
"hash": "481edabd076d347adade420c156f8de4837e8724a405e7f2b482efe074d97202"
|
||
|
}
|