I have sets of postcodes range: e.g:
- city: kangar, postcode range: >00099 - <02600
- city: alor setar, postcode range: > 04999 - <07000 .....
user will key in their address along with postcode, then the system should check the postcode in which range?
issue: I cannot store the postcode with '0' in the front if I used int as data type but if I use string, then I cannot use < @ > @ <= @ >= operation. Do you have any idea on this matter? Thank you in advance.