I have one table and it has some record...
ItemDescription
----------------------
Vizio0001
RIM0002
Dell0003
Malata0004
eLocity0005
I want to extract the numeric data. my output should should be like
0001
0002
0003
0004
0005
How to do that with simple logic ?
thanks in advance