I have table where I have 1 field name for Ip address. I am trying to perform a sort on that field, and it not working.
For Example after a sort I get the following:
10.10.10.1
10.10.10.129
10.10.10.193
10.10.10.65
Instead of:
10.10.10.1
10.10.10.65
10.10.10.129
10.10.10.193
I also have multiple values for the Second and Third Octets.
If anyone has any idea how this is possible please let me know.
Thanks!!
For Example after a sort I get the following:
10.10.10.1
10.10.10.129
10.10.10.193
10.10.10.65
Instead of:
10.10.10.1
10.10.10.65
10.10.10.129
10.10.10.193
I also have multiple values for the Second and Third Octets.
If anyone has any idea how this is possible please let me know.
Thanks!!