Ubuntu – Aggregate all rows in a table matching a condition to a single string
I have the following 2 tables: Person ------ PersonId int PK Name varchar ThingCollectionId int ======================= PersonId Name ThingCollectionId 1 Joe 100 2 Mary 101 3 Dave 102 Thing ----- ThingId int PK ThingCollectionId int Name varchar ======================= ThingId ThingCollectionId…