
November 12th, 2012, 05:27 AM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 1
Time spent in forums: 9 m 46 sec
Reputation Power: 0
|
|
|
How to fetch the number / strings alone
I would like to fetch the number/Strings alone which is having the varchar data in the column...
Lets take an example.., The column is being looks like below;
Column
abcd
edfd
123
321
gdsfa
Now, I would like to fetch the data only the number / strings alone
Column
abcd
edfd
gdsfa
OR
Column
123
321
Can some one please help me....
Last edited by vijayyan : November 12th, 2012 at 05:28 AM.
Reason: editing the content
|