Is there a way to aggregate strings in Azure SQL Data Warehouse similar to the string_agg function in SQL Server?
string_agg
I have records with strings that I wan
Another way to achieve this to use the PIVOT function which is available in Azure SQL Data Warehouse. It's descibred in detail in this TechNet article: Concatenating Columns over Rows in APS/PDW AU4 using T-SQL
PIVOT