Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I am storing IP address as varbinary and the order by on that column will not yield correct order. Because, it use signed value instead of unsigned value to sort the column.
Is there anyway I can sort it by unsigned value?