Hi there,
I am working with the following database and i am trying to separate the postcode from the rest of the the address.

I know i could separate the columns by using 'London' as a delimiter and work from there.
From a skills development point of view I am wondering if it is possible to split it using a right trim using the second space, between London and the first letter of the postcode.
Also not all the postcodes are the same length in the data set, so i cant split on a certain character.
Any help would be appreciated greatly.
David