SQL phone number format check
504552Aug 16 2010 — edited Aug 16 2010Hello, I am looking for a programmatic way to check phone number formats in my database using SQL. The phone numbers MUST be one of 2 formats:
XXX-XXX-XXXX or (XXX)XXX-XXXX
I want to return the row if they are NOT one of these formats.
Thank you!