HELP!!
Can someone please tell me if its possible to sort numeric fields in a varhcar column according to their number??
ie
values I have are test1, 1,11,2,0
and it orders them as 0,1,11,2,test1
I really need it to order as: 0,1,2,11,test1 ...
is this possible without ripping out SQL Servers insides and altering my data definition (which is not an option)
Thanks guys and gals !!
Nev G
Can someone please tell me if its possible to sort numeric fields in a varhcar column according to their number??
ie
values I have are test1, 1,11,2,0
and it orders them as 0,1,11,2,test1
I really need it to order as: 0,1,2,11,test1 ...
is this possible without ripping out SQL Servers insides and altering my data definition (which is not an option)
Thanks guys and gals !!
Nev G