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-eba883f5306b5590e22bf...

15 lines
582 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n DELETE FROM room_labels\n WHERE id = $1\n AND NOT EXISTS (\n SELECT 1 FROM room_label_assignments WHERE label_id = $1\n )\n AND NOT EXISTS (\n SELECT 1 FROM room_creation_request_labels WHERE label_id = $1\n )\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": []
},
"hash": "eba883f5306b5590e22bf72251c8dc93468239fecf99d514a1a10e7c59019676"
}