segunda-feira, 19 de junho de 2017

MySQL check valid e-mail - checagem de email validos na base

Segue REGEX bem simples:

SELECT `email` 
 FROM  `clients`  
WHERE `email` NOT REGEXP '^[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$';
 
 

Nenhum comentário:

Postar um comentário

Linux bash file returns unexpected token `$'do\r''

open file in vi edit with   vi filename.sh   command; type in vi  :set ff=unix  command; save file with  :wq It will save the file with unix...