Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Thursday, July 20, 2017

Concatenate rows into string

SQLServerCentral » Latest topics
Concatenate rows into string
Hi,
my Cross-Apply returns multiple Values. How can i bring these Values to 1 String (V1,V2,V3....)  into my MainSelect?


SELECT distinct
 a.[NAME]
,c.OBJEKTID   -- multiple Values-String
FROM [Devices

No comments: