G
Guest
I have a query that returns categories for users. A user can belong to
different categories. I want to concatenate all the categories that the user
belongs to.
For example the query returns
User Category
User1 5445
User1 5500
User2 5448
User3 5500
I would like to concatenate those to be
User Category
User1 5445, 5500
User2 5448
User3 5500
Is this possible?
Thanks,
Jonathan
different categories. I want to concatenate all the categories that the user
belongs to.
For example the query returns
User Category
User1 5445
User1 5500
User2 5448
User3 5500
I would like to concatenate those to be
User Category
User1 5445, 5500
User2 5448
User3 5500
Is this possible?
Thanks,
Jonathan