I have a table with two fields.
1. Name
2. Location
Each name will have at least one location. Some names will have multiple locations (2-4).
What I want to accomplish is to find out how many distinct names I have and also to get
a count of how many names that have multiple locations. Ideally I would like to see each Name
with each location under it as well as have the count of distinct names and the count of
names with multiple locations.
Any thoughts and or suggestions?
1. Name
2. Location
Each name will have at least one location. Some names will have multiple locations (2-4).
What I want to accomplish is to find out how many distinct names I have and also to get
a count of how many names that have multiple locations. Ideally I would like to see each Name
with each location under it as well as have the count of distinct names and the count of
names with multiple locations.
Any thoughts and or suggestions?