I want to find out what customers have ordered more than a certain number of a particular item.
I can easliy write a select query that will give me the sum of the item sold to customers but I can't figure out how to select the customers that have ordered more than a certain number.
for example I want to find out what customers have placed orders totaling more 50 widgets.
Thanks
Perrin
I can easliy write a select query that will give me the sum of the item sold to customers but I can't figure out how to select the customers that have ordered more than a certain number.
for example I want to find out what customers have placed orders totaling more 50 widgets.
Thanks
Perrin