Hi I have data in a table as follows:
ID Fruit
1 Apple
1 Pear
1 Orange
2 Apple
2 KiwiFruit
3 Banana
3 Grapes
I want the data to appear as follows:
1 Apple Pear Orange
2 Apple KiwiFruit Null
3 Banana Grapes Null
The information is not concatenated but appears in a new column
Thank you for your help
Regards
Mark
ID Fruit
1 Apple
1 Pear
1 Orange
2 Apple
2 KiwiFruit
3 Banana
3 Grapes
I want the data to appear as follows:
1 Apple Pear Orange
2 Apple KiwiFruit Null
3 Banana Grapes Null
The information is not concatenated but appears in a new column
Thank you for your help
Regards
Mark