I have a database with the names of people who donated; the donations could have different purposes and be produced by the same person.
My problem is that for each donation, I have a new row with the same name but a different "purpose" for those who donated for multiple purposes. How do I stop the name from repeating on various rows and create "purpose1, purpose2, Purpose3" columns? Purpose 3 is the last column.