I am pulling data on servers out of a database and they are sorted by name, but as you can see below, sorting by name does an alphanumeric instead of a natural sort.
How can this be solved?
sibsgp10
sibsgp18
sibsnc07
sibsnc105
sibsnc106
sibsnc11
sibsnc111
sibsnc112
sibsnc13
sibsnc14
sibsnc30
sibsnc41
I am using a select statement as: ORDER BY Name ASC which gives the above list. Is there a way to get them into correct order?