How to find invalid email address in a row with SELECT ?
SELECT
email
FROM
TABLE
WHERE
email NOT LIKE '%_@_%._%'
AND email NOT LIKE '%list of invalid char%';
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With