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: 381

Filed under:
|

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

Related posts about sql

Related posts about sql-server-2005