Hi,
I was wondering if anyone could help me do the following query in sql:
In my database I have a column, PNR, that stores values in the with the format XXXXX-XXXX, where X can be either a numerical value or a letter. The data I want to get from the column PNR is records that does have one or more letter. For example if I have the following records:
247883-1111
324233-2331
123213-2344
71020B-4995
Then I just want the 71020B-4995 record. Anyone have some ideas howto make a query like this?
/ Ola
I was wondering if anyone could help me do the following query in sql:
In my database I have a column, PNR, that stores values in the with the format XXXXX-XXXX, where X can be either a numerical value or a letter. The data I want to get from the column PNR is records that does have one or more letter. For example if I have the following records:
247883-1111
324233-2331
123213-2344
71020B-4995
Then I just want the 71020B-4995 record. Anyone have some ideas howto make a query like this?
/ Ola