I'm trying to write a mysql query to detect three or more periods in a email string. Example
[email protected]
I'm thinking I could use some sort of mysql like query, but I'm not sure how to best write the regex. Any thoughts?
SELECT MyColumn
From MyTable
WHERE MyColumn like