Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

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

$
0
0
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,

Viewing all articles
Browse latest Browse all 3145

Trending Articles