I have a very simple query as follows:
SELECT ID
FROM CLIENT
The 'ID' Field returns the suburb, state and postcode all in the one field (Ie. Brisbane QLD 4000).
I need to split the 'Brisbane QLD' from the '4000' .
I am interested in finding out how to include or exclude numbers, however I am also concerned that this may return other numbers that may be hidden within the field (Ie Mailbox5 etc). So I was also wondering whether I could just ask for the last 4 characters (4000).
Any help would be great!!!
Start Free Trial