M
Marco
Hello.
I need to create this croostab query. I have this query result:
ID Item Mes1 Mes2 Mes3 Mes4 Mes5
1 92 100 120 150 95 88
and I need that my result be be like this so I can inset it in another table:
ID Item Mes Mes1
1 92 Mes1 100
1 92 Mes2 120
1 92 Mes3 150
1 92 Mes4 95
1 92 Mes5 88
How can I do this?
Regards,
Marco
I need to create this croostab query. I have this query result:
ID Item Mes1 Mes2 Mes3 Mes4 Mes5
1 92 100 120 150 95 88
and I need that my result be be like this so I can inset it in another table:
ID Item Mes Mes1
1 92 Mes1 100
1 92 Mes2 120
1 92 Mes3 150
1 92 Mes4 95
1 92 Mes5 88
How can I do this?
Regards,
Marco