Dat zou moeten doen:
select(
SELECT col1
FROM table1
WHERE col2 = 'x'
ORDER by col3
FOR XML path('')
) as myName
Niet mooi, maar zou het resultaat moeten geven dat je nodig hebt
Dat zou moeten doen:
select(
SELECT col1
FROM table1
WHERE col2 = 'x'
ORDER by col3
FOR XML path('')
) as myName
Niet mooi, maar zou het resultaat moeten geven dat je nodig hebt