Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Sunday, July 2, 2017

How to find row(s) with the same value in a recordset

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,

No comments: