Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: grouping with multiple columns

    Ok, I think the following code is the solution you want. However, please check the performance.

    Create the following Select command

    SELECT Name, Age,  dbo.udfConcatRecFieldValues(Name, Age)

    FROM  aisTable1

    GROUP BY Name, Age

     

Viewing post 1 (of 1 total)