I've had thousands of SPAM users join, circumventing reCaptcha and email confirmation, and I want to delete all of them along with anything they've posted.
How do I do this?
I've read in a similar question, dating back 4 years now, that a 'delete' statement in the database is the best way. I'm happy to do that but would like someone to offer a template SQL statement so I don't accidentally break any indexing/foreign-keys etc. Alternately, how can I `hide` questions via an SQL statement (which will allow me to delete them via the `Delete Hidden Questions` button?