Connecting Tech Pros Worldwide Forums | Help | Site Map

Columns

Member
 
Join Date: Nov 2006
Posts: 93
#1: Aug 20 '08
Hi, I have imported data. One of the fileds have data needs to be split into three. Example title forename surname is in one column. I need to split this into 3 columns. Can somebody help. I was thing of doing this in a query but i don't know where to start.

Newbie
 
Join Date: Aug 2008
Posts: 31
#2: Aug 20 '08

re: Columns


If it has seperator " "(Space) then use charindex and diff string functions...
Reply