mercredi 25 mars 2015

sql server function on a group of records

I have a group by query. Is there a way to access all records within a group for each every group in pure T-SQL 2005?


What I want to achieve if that, say I have a table Table(A, B) and a group by A query. Then I need to get a list of concatenations, each of which is a concatenation of the values of B within a group. Any thought?


Aucun commentaire:

Enregistrer un commentaire