I need to sort a list of numbers
Here is the sample input: code -> subcode -> brandcode ( each code has a subcode and each subcode has a brandcode)
7366->65535->65535
7379->65535->65535
7379->65535->65535
7379->65535->65535
7366->65535->65535
7366->65535->65535
7379->65535->65535
7366->65535->65535
9113->65535->65535
7379->65535->65535
7315->5->65535
7314->65535->65535
7315->5->65535
7314->65535->65535
7379->65535->65535
7314->65535->65535
7314->65535->65535
7314->65535->65535
7311->65535->8
7314->65535->65535
7314->65535->65535
7314->65535->65535
7314->65535->65535
7314->65535->65535
7315->20->65535
9126->65535->299
7380->65535->65535
7311->65535->35
9126->65535->269
7379->65535->65535
7315->20->65535
7379->65535->65535
7379->65535->65535
7323->65535->65535
7379->65535->65535
7379->65535->65535
7379->65535->65535
7366->65535->65535
7379->65535->65535
7379->65535->65535
7379->65535->65535
7314->65535->65535
7315->5->65535
7379->65535->65535
7379->65535->65535
7314->65535->65535
7311->65535->35
7366->65535->65535
7314->65535->65535
7315->5->65535
7323->65535->65535
7379->65535->65535
7314->65535->65535
7315->5->65535
7315->5->65535
7314->65535->65535
7379->65535->65535
7379->65535->65535
7379->65535->65535
7314->65535->65535
7315->29->65535
7314->65535->65535
7315->29->65535
7314->65535->65535
7379->65535->65535
7379->65535->65535
7311->65535->8
7379->65535->65535
7379->65535->65535
7328->65535->1005
7366->65535->65535
7379->65535->65535
7379->65535->65535
7379->65535->65535
9126->65535->276
7315->29->65535
7317->65535->65535
7379->65535->65535
7377->65535->65535
7311->65535->8
7317->65535->65535
7328->65535->1005
7379->65535->65535
7379->65535->65535
7379->65535->65535
7311->65535->35
7311->65535->990
7311->65535->8
7311->65535->9
7370->65535->65535
7311->65535->8
7315->29->65535
7314->65535->65535
9122->65535->65535
7311->65535->35
7311->65535->990
7311->65535->8
7321->65535->65535
7311->65535->82
7311->65535->10
7311->65535->9
7311->65535->11
7311->65535->82
7311->65535->35
7311->65535->10
7311->65535->10
7311->65535->11
7311->65535->35
7311->65535->9
7311->65535->10
7311->65535->10
7311->65535->9
7311->65535->8
7311->65535->82
7311->65535->9
7314->65535->65535
7311->65535->11
7311->65535->11
7311->65535->10
Sorting should be done in such a way that code is taken as primary key, subcode as secondary, brandcode as third key.
Hope anyone can help me with this.
Thanks
jazz