Microsoft
Software
Hardware
Network
Question : SQL Query Dups
I need I query to show the dups in a table based on two fields
How do I select all the rows in table Product_Detail that have ItemNumber and ProductNumber more than once
Answer : SQL Query Dups
SELECT ItemNumber, ProductNumber, COunt(*)
FROM Product_Detail
GROUP BY ItemNumber, ProductNumber
HAVING COUNT(*) > 1
Random Solutions
SCCM not finding computers to push client to
Looking for a way to edit our Global Address list in 2003 server AD
RS-485 Serial Communications
Default Date Format - Visual Studio 2005 Parameters
Multiple Instances??
How do I disable the ICS DHCP server?
Set break on unhandled errors in Microsoft Options window in Access 2003
Where to buy Office 2003 OEM Basic CHEAP (but leagal)?
Web Service to upload images
Macro to export outlook contacts to Excel hangs