21 lines
370 B
JSON
21 lines
370 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "SELECT count(user_id) FROM users",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"ordinal": 0,
|
||
|
"name": "count",
|
||
|
"type_info": "Int8"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Left": []
|
||
|
},
|
||
|
"nullable": [
|
||
|
null
|
||
|
]
|
||
|
},
|
||
|
"hash": "079619fa3c92d73b0d35c5f52c95380c74aa890967d0af21ce7b3b28034d346a"
|
||
|
}
|