Das sollte reichen:
select(
SELECT col1
FROM table1
WHERE col2 = 'x'
ORDER by col3
FOR XML path('')
) as myName
Nicht hübsch, sollte aber das gewünschte Ergebnis liefern
Das sollte reichen:
select(
SELECT col1
FROM table1
WHERE col2 = 'x'
ORDER by col3
FOR XML path('')
) as myName
Nicht hübsch, sollte aber das gewünschte Ergebnis liefern