I have a table with this structure:
date colname value
----------------------------
date col1name col1's value
date col2name col2's value
date col3name col3's value
Now I need to convert it into this structure:
date col1name col2name col3name
-----------------------------------------------
date col1's value col2's value col3's value
Is it possible?