mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
23 lines
441 B
JSON
23 lines
441 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "SELECT COUNT(*) FROM community_members WHERE community_id = $1 AND role = 'admin'",
|
|||
"describe": {
|
|||
"columns": [
|
|||
{
|
|||
"ordinal": 0,
|
|||
"name": "count",
|
|||
"type_info": "Int8"
|
|||
}
|
|||
],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid"
|
|||
]
|
|||
},
|
|||
"nullable": [
|
|||
null
|
|||
]
|
|||
},
|
|||
"hash": "1414a9b0037bc888daa0b1215e88a78b20c7e2c614760f36307a248be45203ff"
|
|||
}
|