Click here to Skip to main content
15,910,471 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi,

I am trying to sort a row having the alphanumeric data like

0,12,5,1.2,1a,2,698,45,2.5,a,z,u,2c


i need output as
0
1.2
1a
2
2.5
2a
2c
5
45
698
a
u
z

PLZ help me how to get the desired output as i need

Seshu
Posted

This useful post [^]may help you.
 
Share this answer
 
Comments
hiseshu 6-May-11 1:42am    
hi abhinav

Thanks for posting but i am getting the following error now i am using sql2005

Type unsigned is not a defined system type

Thanks
Seshu
 
Share this answer
 
hi all

Still i didn't get the solution for the my question please help me ..


Thanks
Seshu
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900