V
Vincent
Hello:
I have a table like this one
Dept Location Count
A U 1
B V 1
B W 2
B X 3
C Y 0
....
How can I write a query that will sum the Count based on
each Dept regardless of locations.
Thanks in advance!
Vincent
I have a table like this one
Dept Location Count
A U 1
B V 1
B W 2
B X 3
C Y 0
....
How can I write a query that will sum the Count based on
each Dept regardless of locations.
Thanks in advance!
Vincent