Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Query: Order by IP

573579Apr 20 2007 — edited Nov 5 2010
Sorry 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.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 17 2010
Added on Apr 20 2007
9 comments
4,737 views