Hello,
I'm middle of building a combination functions, the purpose of functions is to sums chargingid rows duration values.
db query results:
chargid, starttime, duration,
2223, 0610111111, 00005
2223, 0610111112, 00006
2232, 0610111113, 00001
needed output result
2223, 0610111111, 00011
2232, 0610111113, 00001
I'm middle of building a combination functions, the purpose of functions is to sums chargingid rows duration values.
db query results:
chargid, starttime, duration,
2223, 0610111111, 00005
2223, 0610111112, 00006
2232, 0610111113, 00001
needed output result
2223, 0610111111, 00011
2232, 0610111113, 00001