edwardturner
Technical User
If I have a column in a table contain names and I want to split out what should always be the surname what SQL can I use. I want to split off from the right until I reach the first whitespace
this was - "S R WILLIAMS"
becomes "S R" and then another field called "WILLIAMS".
this was - "S R WILLIAMS"
becomes "S R" and then another field called "WILLIAMS".