I actually doubt Egmo was doing it, but that is not relevant. I would advise using DELETE FROM accounts WHERE email LIKE '%egmo.co' or similar. Doing it manually is just painful and not necessary.
You might need to change that query slightly as i’m not sure if ’email’ is the correct name of that column in the DB. Look up SQL!
Comments are currently closed.