ordering a ip address table
521491Sep 27 2007 — edited Sep 28 2007hi all, i have a table with ip addresses in a varchar column, and if i try to order it, it makes in a "text" way. for example:
10.0.0.1
10.0.0.10
10.0.0.2
How can i do to order it with coherence?
I want this order:
10.0.0.1
10.0.0.2
10.0.0.10
Thanks