As you know SQL Server unlike MySQL has no Group_Concat
function, so for this purpose how to write a query for SQL Server.
I created an application by using Visual Studio. Application has a Windows Form. I am able to save, delete and update records in the database table. I need to display a person's email addresses, so I need to use a similar method like Group_concat
.
Can you help me about with this?