cch23-8bit/.sqlx/query-151f4eccea644038b2c09878867168afca3e5adbbfa7848618c29646e2db8ae3.json

27 lines
561 B
JSON
Raw Permalink Normal View History

2023-12-13 18:54:26 +00:00
{
"db_name": "PostgreSQL",
2023-12-18 23:37:31 +00:00
"query": "select sum(quantity) as \"sq!\", gift_name as \"gift_name!\" from orders group by gift_name order by \"sq!\" desc",
2023-12-13 18:54:26 +00:00
"describe": {
"columns": [
{
"ordinal": 0,
"name": "sq!",
"type_info": "Int8"
},
{
"ordinal": 1,
"name": "gift_name!",
"type_info": "Varchar"
}
],
"parameters": {
"Left": []
},
"nullable": [
null,
true
]
},
2023-12-18 23:37:31 +00:00
"hash": "151f4eccea644038b2c09878867168afca3e5adbbfa7848618c29646e2db8ae3"
2023-12-13 18:54:26 +00:00
}