SQLServerCentral » Latest topics
How to find row(s) with the same value in a recordset
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,
No comments:
Post a Comment