A
ApeX
Hi there, i have a problem trying to sum some values that are in
certain rows...The table looks like
Col1 Col2 Col3 Col4
-----------------------------------
P X 112 a
P X 100 b
P X 26 c
P X 15 b
P X 13 d
P X 10 a
Ok, the result must be a table that looks like
Col1 Col2 Col3 Col4
-----------------------------------
P X 122 a
P X 115 b
P X 26 c
P X 13 d
Please help...i need an sql query, if possible...
THANX!
certain rows...The table looks like
Col1 Col2 Col3 Col4
-----------------------------------
P X 112 a
P X 100 b
P X 26 c
P X 15 b
P X 13 d
P X 10 a
Ok, the result must be a table that looks like
Col1 Col2 Col3 Col4
-----------------------------------
P X 122 a
P X 115 b
P X 26 c
P X 13 d
Please help...i need an sql query, if possible...
THANX!