mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
18 lines
380 B
JSON
18 lines
380 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "select id from teams where id > $1 order by id asc",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int4"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": ["Int4"]
|
|
},
|
|
"nullable": [false]
|
|
},
|
|
"hash": "7ff7478e1650decfe79020e2a545674bbd4b192dd0ef6331420a85897ad17166"
|
|
}
|