SQL help on a name dilemma
Posted
by Ardman
on Stack Overflow
See other posts from Stack Overflow
or by Ardman
Published on 2010-05-18T13:33:15Z
Indexed on
2010/05/18
14:20 UTC
Read the original article
Hit count: 411
sql
|sql-server-2005
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 seperate columns. Any ideas appreciated.
How, the other thing is I won't know how many commas are in the initial column.
© Stack Overflow or respective owner