I have a problem:
I fill a table from the result a query and obtain a table like:
Item value
aa 12
bb 78
cc 23
I would like to trasform the table with 1 row and cols the rows:
In this way:
aa bb cc
12 78 23
Any suggestion will be very appreciated.
thank
