I have a column which has surname and firstname plus salutation in. e.g.
Bloggs,Joe,Mr
I need to break this out into Bloggs Joe Mr as 3 separate columns. Any ideas appreciated.
The other thing is I won’t know how many commas are in the initial column.
I would do the following:
Comma Delimited SQL string Need to separated
and then insert into a table as columns