Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Concatenating Rows

    the XML solution can also be:

    select replace(

    convert(

    varchar(max),

    (select name+',' as [text()] from fruit order by...

Viewing post 1 (of 1 total)