Delete orphaned media #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
delete from p where not exists (select from (select p_id from c1 union select p_id from c2 union ...) s where s.p_id = p.id);