How can we do differently to sort with numbers when retrieving data from a database?
Let me explain:
I create a list of IP addresses used. the results are like: 192.168.1, 192.168.2, 192.168.23
Even if I could specify ORDER BY to sort with only one party numbers (after the last point) I have the same problem.
Is there a solution (other methods for ORDER BY)?



LinkBack URL
About LinkBacks
Reply With Quote