+13 votes
210 views
in Programming by (26.3k points)
How to delete q2a spammer users

1 Answer

+14 votes
by (26.3k points)

Spammers locations are "[email protected]" generally so if you run this query you can delete these users

delete from qa_users where userid= (select userid from qa_userprofile where content like "%wolfram%" and  qa_userprofile.userid=qa_users.userid)

Ask a Question
Welcome to WikiTechSolutions where you can ask questions and receive answers from other members of the community.

You can ask a question without registration.

Categories

...