E
esi
I have a table "Orders" with the following fields:
Date Shipped Open Rejected Cancelled
Out of Stock
Sample Data 3/1 40 5 5 6
20
I need to write a query to find any dates where we had 20 or more orders
with 2 different order status
ex. 3/1 had 20 or more orders that were Shipped and Out of Stock
Thanx
Date Shipped Open Rejected Cancelled
Out of Stock
Sample Data 3/1 40 5 5 6
20
I need to write a query to find any dates where we had 20 or more orders
with 2 different order status
ex. 3/1 had 20 or more orders that were Shipped and Out of Stock
Thanx