machumpion
Registered User.
- Local time
- Today, 13:46
- Joined
- May 26, 2016
- Messages
- 93
Hi,
I have a customer table (Name, Address), Product table (SKU, Type, Cost), and Orders Table (customer name, ProductSKU, Revenue, Date)
I'd like to query which customers have NOT ever ordered a specific product type (i.e. "Potato Chips"). How would I make this query? Thanks!
I have a customer table (Name, Address), Product table (SKU, Type, Cost), and Orders Table (customer name, ProductSKU, Revenue, Date)
I'd like to query which customers have NOT ever ordered a specific product type (i.e. "Potato Chips"). How would I make this query? Thanks!