SQL Email Regex
SELECT * FROM people WHERE email NOT LIKE '%_@%_.__%'
Hurt Hamster
SELECT * FROM people WHERE email NOT LIKE '%_@%_.__%'