mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
18 lines
392 B
JSON
18 lines
392 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "select steam_id as max from players order by steam_id desc limit 1;",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "max",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [false]
|
|
},
|
|
"hash": "133b2606adb67687107f717ec04114683e8ad6d6e9bb3177561971f0f12335f3"
|
|
}
|