Skip to content
Advertisement

Combine multiple results into a single string in SQL Server

Is it possible to combine multiple results into a single string in SQL Server?

I have the following table:

How can I select the table and return the select result as below:

Advertisement

Answer

Try this:

enter image description here

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement