mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 10:04:07 +00:00
21 lines
423 B
JSON
21 lines
423 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT COUNT(*) FROM receipts WHERE contact_id = 9",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "COUNT(*)",
|
|
"ordinal": 0,
|
|
"type_info": "Integer",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "274f8f246a13f484fd1941bb0e570a06a7db075f26dfe0c943aefa0d66cff7aa"
|
|
}
|