You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-18164ef50393e4285dfb0...

25 lines
570 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT EXISTS (\n SELECT 1\n FROM room_members\n WHERE user_id = $1 AND room_id = $2\n ) AS \"exists!\"",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists!",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": [
null
]
},
"hash": "18164ef50393e4285dfb03e8198c5f1956b950957cbb42215e5603d68edd073e"
}