ugc-scaper/archiver/.sqlx/query-a559964ee9c6927333b32de71f1a666fae60ea06cb81a85b71345fb732343fdc.json
2025-05-26 21:55:57 +02:00

23 lines
542 B
JSON

{
"db_name": "PostgreSQL",
"query": "select greatest(max(team_home), max(team_away)) as max, least(min(team_home), min(team_away)) as min from matches limit 1;",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "max",
"type_info": "Int4"
},
{
"ordinal": 1,
"name": "min",
"type_info": "Int4"
}
],
"parameters": {
"Left": []
},
"nullable": [null, null]
},
"hash": "a559964ee9c6927333b32de71f1a666fae60ea06cb81a85b71345fb732343fdc"
}