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
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:
Post a Comment