Viewing post 1 (of 1 total)
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
April 10, 2006 at 9:19 am
#631760