Mysql – Using GROUP BY to find the total QTY of an item on its first ever order?
I'm trying to come up with a query that will pull the total quantity of an item from its first ever order. I understand how to pull out each item and their first order number was, but I'm trying to…