Thread
:
order by
View Single Post
#
2
(
permalink
)
04-29-2008, 08:28 PM
Manhattan Project
Posts: n/a
order by
Hi,
I wonder how should I select and order IP addresses from table to get
"natural" IP order - it means
10.0.0.1
10.0.0.2
10.0.0.11
not like it is in case of "ORDER BY IP"
10.0.0.1
10.0.0.11
10.0.0.2
Thx in advance
Manhattan Project