I am using this to concatenate different strings into one and it works but problem is that it is UNDERLINED and BLUE like a link and I tried removing it but nothing works. Also, column header is something not presentable.
SELECT np.Name+ ', ' AS 'data()'
FROM NewsPaper np
inner join NitNewsPaper nitnp
on nitnp.NewsPaper_ID= np.NewPaperID
where Nit_NO= 1518
FOR XML PATH('')