I am currently using SQL Server 2008, and i have a list of numbers. There are some that are associated with letters, and I would like to pull only the numbers that are associated with these values. I thought a right statement might work, but I’m kind of a noob, and havent been able to find a way that works.
For example:
columnName
==============
12
13
122b
11a
10z
9
609
I want to view:
Result
==============
122b
11a
10z
try this: