klewis10367
MIS
I have a sql table that contain a column with text that has commas in it. They are used to seperate the data within the column. i wan to be able to create a column for each commas seperated text value. I am using SQl 2005. Below is an example of the text field:
17 N., w/s of NMB Flea Mkt., e/s
What i want from this is 3 new columns;
Column 1 Column 2 Column 3
17N. w/s of NMB Flea Mkt. e/s
17 N., w/s of NMB Flea Mkt., e/s
What i want from this is 3 new columns;
Column 1 Column 2 Column 3
17N. w/s of NMB Flea Mkt. e/s