I have to delete a few hundred posts due to some defamation legal issue between posters. I've been given URLs to the individual posts, which i can easily extract a list of post numbers from.
What's the SQL query used to delete a post? I don't know if I can just delete from the post table by postid, or if that would cause bugs with other things (like searching) and more is required.
What's the SQL query used to delete a post? I don't know if I can just delete from the post table by postid, or if that would cause bugs with other things (like searching) and more is required.
Comment