I have a huge VARCHAR field, that is a body of an email. There could be any sort of text on either side of the email. I want to see if anyone listed their Social security number anywhere in the text.
In the WHERE clause, I tried
WHERE X.Description LIKE '%___-__-____%'
Is there a way to find a numeric string that looks like 111-11-1111 or 111 11 1111