Hi,
I have a customer table with ~1 million records.
I have an external application that performs sertain task to the member number. It requires that the member number is exactly 7 digits long (table is alphanumeric).
There is a record in that table that either has a letter or a symbol.
I was using like '%x%' command where x was all letters and symbols on my keyboard. But what if its smth other than latin?
How would you suggest to find the record that is not exactly 7 digits long and/or contains symbols or letters?
Thanks in advance
I have a customer table with ~1 million records.
I have an external application that performs sertain task to the member number. It requires that the member number is exactly 7 digits long (table is alphanumeric).
There is a record in that table that either has a letter or a symbol.
I was using like '%x%' command where x was all letters and symbols on my keyboard. But what if its smth other than latin?
How would you suggest to find the record that is not exactly 7 digits long and/or contains symbols or letters?
Thanks in advance