What I want to do is aggregate on a person's name and show all their projects:
Name | Project ID
--------
John | 1
--------
Mike | 2
--------
Mike, John | 3
--------
David | 4
so
for John, it should show project 1 as well as 3
For Mike, it shoulld show project 2 as well as 3