Det borde göra:
select(
SELECT col1
FROM table1
WHERE col2 = 'x'
ORDER by col3
FOR XML path('')
) as myName
Inte snyggt men borde ge det resultat du behöver
Det borde göra:
select(
SELECT col1
FROM table1
WHERE col2 = 'x'
ORDER by col3
FOR XML path('')
) as myName
Inte snyggt men borde ge det resultat du behöver