Hi,
version 11.2.03
Looking for best way to get postcode district from a postcode.
Can use below for good postcodes but if user has postcode with no space looking for best way to cater for scneraios of postcode with spave and withput space if possible
upper(substr('<postcode>', 1, instr('<postcode>', ' ') - 1))
Just wondered as to thought as to best way.
Thanks