cch23-8bit/.sqlx/query-1c9e1cc1e5326aca618ac1093c97eb9d50290537c93baa76a70285559b96e351.json

27 lines
607 B
JSON
Raw Normal View History

2023-12-19 00:40:36 +00:00
{
"db_name": "PostgreSQL",
"query": "select name as \"region!\", sum(quantity) as \"total!\"\n from orders join regions on orders.region_id = regions.id\n group by name order by name",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "region!",
"type_info": "Varchar"
},
{
"ordinal": 1,
"name": "total!",
"type_info": "Int8"
}
],
"parameters": {
"Left": []
},
"nullable": [
true,
null
]
},
"hash": "1c9e1cc1e5326aca618ac1093c97eb9d50290537c93baa76a70285559b96e351"
}