21 lines
410 B
JSON
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"
|
|
}
|