likwid/backend/.sqlx/query-fe3dbfffdaca1dcf828be7cc949f7f74b05f694dc8ef3ee37a3dac8f695ec62d.json

24 lines
520 B
JSON
Raw Permalink Normal View History

{
"db_name": "PostgreSQL",
"query": "SELECT EXISTS(\n SELECT 1 FROM community_members WHERE community_id = $1 AND user_id = $2\n ) AS \"exists!\"",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists!",
"type_info": "Bool"
}
],
"parameters": {
"Left": [
"Uuid",
"Uuid"
]
},
"nullable": [
null
]
},
"hash": "fe3dbfffdaca1dcf828be7cc949f7f74b05f694dc8ef3ee37a3dac8f695ec62d"
}