reenadak

Check emails in a mysql table column

Sep 25th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.07 KB | None | 0 0
  1. SELECT * FROM users WHERE email NOT REGEXP '^[^@]+@[^@]+.[^@]{2,}$';
Add Comment
Please, Sign In to add comment