C
cstraim
Howdy Folks
is there anyone out there that can possibly tell me the SQL code for a
query I'm trying to put together
My data is a follows (All in the same table we can call it "Table1")
Table1
Company Manager
AMEX James
AMEX James
AMEX Kush
FEDEX James
FEDEX John
CHASE James
I am trying to get the following results
Company Unique Manager Count
AMEX 2
FEDEX 2
Chase 1
If you notice AMEX only has two record managers (James and Kush), if I
were to do a straight count I would get "three" records managers. My
goal is to get the unique number of record managers per company
Thanks for all of your help!!!
is there anyone out there that can possibly tell me the SQL code for a
query I'm trying to put together
My data is a follows (All in the same table we can call it "Table1")
Table1
Company Manager
AMEX James
AMEX James
AMEX Kush
FEDEX James
FEDEX John
CHASE James
I am trying to get the following results
Company Unique Manager Count
AMEX 2
FEDEX 2
Chase 1
If you notice AMEX only has two record managers (James and Kush), if I
were to do a straight count I would get "three" records managers. My
goal is to get the unique number of record managers per company
Thanks for all of your help!!!