sql quary stuf

Solutions on MaxInterview for sql quary stuf by the best coders in the world

showing results for - "sql quary stuf"
Ulysse
10 Mar 2018
1SELECT ID,  abc = STUFF(
2             (SELECT ',' + name 
3              FROM temp1 t1
4              WHERE t1.id = t2.id
5              FOR XML PATH (''))
6             , 1, 1, '') from temp1 t2
7group by id;
8
similar questions
queries leading to this page
sql quary stuf