Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Concatenating Rows

    Why isn't the Coalesce function being used?:

    -- Results created neatly in one shot, more fields and other variations can be added 😎

    Select @SomeVariable = Coalesce(@SomeVariable + ',', '[if null]') +...

Viewing post 1 (of 1 total)