Viewing post 1 (of 1 total)
LineBreak does not work in STUFF. You can use this trick :
SELECT REPLACE( STUFF((SELECT ISNULL(t2.Column2_Name, '') + '##@@$$$' FROM [dbo].[Table1] t1 ...
September 11, 2021 at 12:14 pm
#3928796