I have a customer database that we use for automatic payment. It looks like the CC expiration field has a couple entries with invalid entries for the expiration date ... for example, non-numeric. Is there a way to search for entries with a NON numeric value? Below is an example of how I assume the query will look ...
select * from customers where ccexperiation = non numeric
Thanks.
Shmewnix
source share