Hi,
I have a table named Customers. In this table, there is a column named SalesReps and each SalesRep has many different Customers. Would you please help me to write a query to select each SalesRep with only one Customer. For example, SalesRep A has 5 Customers and SalesRep B has 4. I only want to show one Customer for each SalesRep. Thanks so much for your help.
I have a table named Customers. In this table, there is a column named SalesReps and each SalesRep has many different Customers. Would you please help me to write a query to select each SalesRep with only one Customer. For example, SalesRep A has 5 Customers and SalesRep B has 4. I only want to show one Customer for each SalesRep. Thanks so much for your help.