21 lines
396 B
JSON
21 lines
396 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT\n count(id) AS \"count!\"\nFROM\n receipts\n",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "count!",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "34f56cde503100c09bbb378ce656af95abd81949be0c369a5d7225272e6c9c58"
|
|
}
|