Query: Order by IP
573579Apr 20 2007 — edited Nov 5 2010Sorry for my bad english at first ;)
I have the followring Query:
SELECT * FROM GN_SERVER ORDER BY HAUPT_IP
and i need to sort this by the IP Adress, that the result show like this:
83.133.96.2
83.133.96.3
83.133.96.10
83.133.96.20
83.133.97.2
83.133.97.3
83.133.97.10
83.133.98.2
83.133.98.3
83.133.98.10
and so on
but i cant make ORDER BY HAUPT_IP this will return a false result.
How can i make the correct query?
Thanks for help.