jackriches
09-15-2010, 03:41 PM
I'm trying to achieve the following, currently caught around the axle. I'm using MS SQL SERVER 2008 R2 and have a nvarchar(255) column with the following data:
1;#AAA;#2;#BBB;#3;#CCC
This could continue with #4, #5 etc so no bounds to this, only the field size.
My objective is to have the query results displaying
AAA, BBB, CCC, DDD, ..........
Thanks in Advance
JR :confused:
1;#AAA;#2;#BBB;#3;#CCC
This could continue with #4, #5 etc so no bounds to this, only the field size.
My objective is to have the query results displaying
AAA, BBB, CCC, DDD, ..........
Thanks in Advance
JR :confused: