How to Use Join and String_agg in Microsoft SQL Server

Thanoshan MV
8 min readMar 6, 2021
Photo by MI PHAM on Unsplash

In this article, we’ll look at how to use join on more than two tables and aggregate the result using the function STRING_AGG() in Microsoft SQL Server.

If you don’t know about Microsoft SQL Server, I’ll briefly explain to you what it is.

😃

What is Microsoft SQL Server?

Thanoshan MV

My notes, findings, thoughts and investigations.