Hi,
I got this query, that gives me all the products(optionid) that are ready to be shipped:
[code language="sql"]
SELECT T_Order_Detail.OrderID,
T_Order_Detail.OptionID,
I got this query, that gives me all the products(optionid) that are ready to be shipped:
[code language="sql"]
SELECT T_Order_Detail.OrderID,
T_Order_Detail.OptionID,