Hi,
I have a table full of customer names. The name is stored in a single column and is in the following format:
Paul Rowling
Susan Smith
etc..........
What I want to do is to strip out the first part of the name and store this in a Forename column, and then strip out the second part of the name and store this in a surname column.
I am new to sql and need some guidance.
Any info will be greatly appreciated.
Cheers
Paul
I have a table full of customer names. The name is stored in a single column and is in the following format:
Paul Rowling
Susan Smith
etc..........
What I want to do is to strip out the first part of the name and store this in a Forename column, and then strip out the second part of the name and store this in a surname column.
I am new to sql and need some guidance.
Any info will be greatly appreciated.
Cheers
Paul