Hi
I have a table that has rows which I want to convert to columns
e.g.
#Fruit
COL1
Apple
Pear
Orange
I want a table that has
COL1 COL2 COL3
Apple Pear Orange
The #Fruit table can have 3 or more rows.
The names of the fruit can differ
Can this be done?
Thank you
Mark
I have a table that has rows which I want to convert to columns
e.g.
#Fruit
COL1
Apple
Pear
Orange
I want a table that has
COL1 COL2 COL3
Apple Pear Orange
The #Fruit table can have 3 or more rows.
The names of the fruit can differ
Can this be done?
Thank you
Mark