I have field with phone numbers in following format
123-1234-1234
however there are some records that are not in that format like
1234567890
also there are some records that are repeat of same numbers
111111111
i want to write query in design mode that will isolate these bad records that are not in correct format.
How do I do that.
123-1234-1234
however there are some records that are not in that format like
1234567890
also there are some records that are repeat of same numbers
111111111
i want to write query in design mode that will isolate these bad records that are not in correct format.
How do I do that.