In my table i have two file one is id another is strNum. I want to order the strNum like as
One
Two
Three
My table data
id strNum
------ ------------
1 Two
2 One
3 Five
4 Nine
I want to get output without any extra field add. How can i will order like as
One
Two
Three
Four
Five