Forum Replies Created

Viewing post 1 (of 1 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...

Viewing post 1 (of 1 total)