Hello,
I´m totally stuck with this problem. I have searched the solution in the forums but the things I saw didn`t work fine.
I have this table:
Code:
ID | Total_time | Partial_time
-----------------------------------------
1 60 30
and I want to transform if in this one:
Code:
ID | Parameter | Value
----------------------------------------
1 Total_time 60
1 Partial_time 30
Any help? I guess that it´s not a difficult solution but I'm not able to find it.
Thank you so much in advance.
Edu[/code]