Skip to content

Instantly share code, notes, and snippets.

@AssafMashiah
Created September 26, 2016 21:24
Show Gist options
  • Save AssafMashiah/3e22f6783544077a428a9ed362f10f94 to your computer and use it in GitHub Desktop.
Save AssafMashiah/3e22f6783544077a428a9ed362f10f94 to your computer and use it in GitHub Desktop.
SELECT * FROM `users` WHERE `email` NOT REGEXP '^[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment