J
JimP
I have an orders table with several thousand orders. Each order has a
Product_Id and a SubProduct_Id.
I want to create a query that lists each Product_Id and the number of
different SubProduct_Id's associated with it.
I can figure out how to do this in 2 queries, but it seems like it should be
possible to do it in one.
Product_Id and a SubProduct_Id.
I want to create a query that lists each Product_Id and the number of
different SubProduct_Id's associated with it.
I can figure out how to do this in 2 queries, but it seems like it should be
possible to do it in one.