Hi i want to sort alphanumeric data in ascending order .
data like this :
1mac , apple , dom , 007bind , pcworld , 8basic , nothing.
But here I want the result such as :
apple, dom ,nothing, pcworld , 007bind , 1mac , 8basic
can anyone tell me the sql query to show such result.
Any help will be appreciated.
Thanks In Advance..
1 Answer