Community

Using FOR XML PATH and STUFF SQL String Concatenation

(Hannes du Preez) You can use the FOR XML PATH SQL Statement to join or concatenate multiple column values into single row. You could then use STUFF to remove the first ‘,’ (now redundant) after the string has been concatenated.

Read More - Register for Free Membership