Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Aggregating Varchar fields

    Thanks for the help.

    I tried the first example (because it looked simple) but how do I incorporate

    declare @str varchar(1000)

    select @str = coalesce(@str,'') + name + ', '

    from tbl

    select...

Viewing post 1 (of 2 total)