Answered
postal code ASC order problem
Hi,
I have a drop down box which lists postcodes (UK address codes) in ASC order. This all works fine, except the order is not as I'd like:
e.g. The ASC listed postcodes displays like so:
KT1
KT10
KT11
KT12
KT16
KT18
KT2
I can see the list is ordered 'correctly' however I need it to more logically, list as follows:
KT1
KT2
KT10
KT11
KT12
KT16
KT18
Is this possible using SQL or any other method ?
I have a drop down box which lists postcodes (UK address codes) in ASC order. This all works fine, except the order is not as I'd like:
e.g. The ASC listed postcodes displays like so:
KT1
KT10
KT11
KT12
KT16
KT18
KT2
I can see the list is ordered 'correctly' however I need it to more logically, list as follows:
KT1
KT2
KT10
KT11
KT12
KT16
KT18
Is this possible using SQL or any other method ?
