Sql Group By Comma Separated List
Sql Group By Comma Separated List . I didn’t need dynamic columns or anything, what would suit me best would be to have all of the values just in one comma. Ask question asked 1 year, 3 months ago. Join with comma separated values in SQL Server Compact not working from stackoverflow.com Viewed 49 times 0 i need to extract a comma separated list from the following: Select ar.artistname, string_agg (al.albumname, ', ') from artists ar inner join albums al on ar.artistid = al.artistid group by artistname; ) select * from courselistforstudent.