Hi Experts,
declare @Test varchar(100)
set @Test='"a","b,d","c"'
i want the select statement which will gives the ouput as comma between b and d .
how can i achive this?
Thanks in Advance.
Hi Experts,
declare @Test varchar(100)
set @Test='"a","b,d","c"'
i want the select statement which will gives the ouput as comma between b and d .
how can i achive this?
Thanks in Advance.