Hi,
I have a table which contains a field "Name". The datatype of the field is varchar. The dummy values in the field are e.g. 1,10,2,15,abc,12,20. 
If I use just "Order By Name", it gives me 1,10,12,15,2,20,abc. But, I want the output as  : 1,2,10,12,15,20,abc.
How can I solve this without writing any stored procedure or any other type of coding. I want to use just Query(SQL Statement).
 
Please Reply at earliest.
 
Thanks,
Tonmoy Roy