P
pemt
Hi,
I have a query to make a table like this:
Item Num Values
A 1 10
A 2 22
A 3 78
B 1 32
B 2 40
B 3 87
C 1 34
C 2 76
C 3 98
actually each "Item" has more than a thousand of "Num".
how to "transpose" this "column table" into "row table"?
Like:
1 2 3 4 ....
A 10 22 78 ....
B 32 40 87 ...
C 34 76 98 ...
Thanks!
pemt
I have a query to make a table like this:
Item Num Values
A 1 10
A 2 22
A 3 78
B 1 32
B 2 40
B 3 87
C 1 34
C 2 76
C 3 98
actually each "Item" has more than a thousand of "Num".
how to "transpose" this "column table" into "row table"?
Like:
1 2 3 4 ....
A 10 22 78 ....
B 32 40 87 ...
C 34 76 98 ...
Thanks!
pemt