I'm restructuring a database column that has letters accidentally entered in a phone number column. The column was structured as a varchar so there could be dashes. But I'm finding that there are some letters accidentally entered into the rows.
Is there a query that I can use that will locate any records that have letters in any rows in the column?
This same query can also work for any other column, like credit card column, or maybe a letters only column - like first and last names.
Anyone did this query yet?