mmap/.sqlx/query-5f747eb2f4b37872b7dd9cc83fc0c969afbbd32595c6b94f9fed470f449a633f.json
tsuki 1d0e96ead4
Some checks are pending
Docker Build and Push / build (push) Waiting to run
add blog system
2025-08-12 21:25:17 +08:00

21 lines
410 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COALESCE(SUM(view_count), 0) FROM blogs WHERE is_active = true",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "coalesce",
"type_info": "Int8"
}
],
"parameters": {
"Left": []
},
"nullable": [
null
]
},
"hash": "5f747eb2f4b37872b7dd9cc83fc0c969afbbd32595c6b94f9fed470f449a633f"
}