R
rajesh
Hi,
I am facing problem of sorting text field, cause it contains
numeric values in place of text.And now i cannot change my datatype
from text to number.
Exp.
I m having following values to my database field
1,2,3,4,11,21,22,31
On sorting i get
1
11
2
21
22
But i want in this way
1
2
3
4
11
21
22
31
plz help me out.
I am facing problem of sorting text field, cause it contains
numeric values in place of text.And now i cannot change my datatype
from text to number.
Exp.
I m having following values to my database field
1,2,3,4,11,21,22,31
On sorting i get
1
11
2
21
22
But i want in this way
1
2
3
4
11
21
22
31
plz help me out.