Det burde gøre:
select(
SELECT col1
FROM table1
WHERE col2 = 'x'
ORDER by col3
FOR XML path('')
) as myName
Ikke smuk, men burde give det resultat, du har brug for
Det burde gøre:
select(
SELECT col1
FROM table1
WHERE col2 = 'x'
ORDER by col3
FOR XML path('')
) as myName
Ikke smuk, men burde give det resultat, du har brug for