I am trying to take a table that looks like this:
Customer Name Fruit Customer A Apples Customer A Bananas Customer B Pears Customer B Apples Customer C Pears
and create a table that looks like this:
Customer Name Apples Bananas Pears Customer A Apples Bananas Customer B Apples Pears Customer C Pears
I think this is relatively simple but don't know the syntax to create this table. Can anyone help?