This is the first table (3 field, 5 record) :
| Name | Type | Value |
--------------------------
a1 L 400
a2 P 100
a3 P 150
a4 L 200
a5 P 300
How to make that first table value become like this (table bellow) :
| P Name | P Value | L Name | L Value |
-------------------------------------------
a2 100 a1 400
a3 150 a4 200
a5 300
So the result become separate : P at the left side and L for the right side, but it still at 1 table (with 4 field, and totaly 3 record))
Thank you in advance
| Name | Type | Value |
--------------------------
a1 L 400
a2 P 100
a3 P 150
a4 L 200
a5 P 300
How to make that first table value become like this (table bellow) :
| P Name | P Value | L Name | L Value |
-------------------------------------------
a2 100 a1 400
a3 150 a4 200
a5 300
So the result become separate : P at the left side and L for the right side, but it still at 1 table (with 4 field, and totaly 3 record))
Thank you in advance