I have a table where I have clients repeat multiple time. I need report of unique client but add count from all the entries.
Example:
Row Data
A 5
B 4
C 3
A 3
A 2
B 6
B 5
C 10
C 7
Result
A 10
B 15
C 20
I have a table where I have clients repeat multiple time. I need report of unique client but add count from all the entries.
Example:
Row Data
A 5
B 4
C 3
A 3
A 2
B 6
B 5
C 10
C 7
Result
A 10
B 15
C 20