I have a column which has a data type of varchar(25)
, while the values in the column could be something like '89009', 'HS123','4491AU', '44989EA'
.
How do I select values of which the LAST TWO digits are not numbers but letters?
In this case how do I select only '4491AU' and '44989EA'
Please advise.
Thank you all. Problem solved