Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Concatenating Rows

    I use the method below for concatenating multiple values into one. Wouldn't this work?

    -- Fill a temporary table variable with the data in the example

    DECLARE @TempTable TABLE

    (idx int...

Viewing post 1 (of 1 total)