deepanadhi
New member
- Local time
- Yesterday, 22:03
- Joined
- May 14, 2012
- Messages
- 7
Hi,
Below is my sample table structure.
-------------------------------------------------------
|Name | Type | week1effort | week2effort | week3effort|
--------------------------------------------------------
Mr. A | X | 5 | 6 | 2 |
Mr. A | Y | 7 | 1 | 3 |
Mr. A | Z | 5 | 6 | 3 |
Mr. B | X | 4 | 4 | 1 |
Mr. B | Y | 6 | 2 | 3 |
Mr. B | Z | 5 | 6 | 6 |
After uploading this table from excel,
i should write a query which should give result as follows
-------------------
|Name | X | Y | Z |
-------------------
Mr.A | 13 |11 |14|
Mr.B | 9 |11 |17|
How to achieve this ?
Thanks in advance.
Below is my sample table structure.
-------------------------------------------------------
|Name | Type | week1effort | week2effort | week3effort|
--------------------------------------------------------
Mr. A | X | 5 | 6 | 2 |
Mr. A | Y | 7 | 1 | 3 |
Mr. A | Z | 5 | 6 | 3 |
Mr. B | X | 4 | 4 | 1 |
Mr. B | Y | 6 | 2 | 3 |
Mr. B | Z | 5 | 6 | 6 |
After uploading this table from excel,
i should write a query which should give result as follows
-------------------
|Name | X | Y | Z |
-------------------
Mr.A | 13 |11 |14|
Mr.B | 9 |11 |17|
How to achieve this ?
Thanks in advance.