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
CRM 4.0 how to get all notes to show up in report
Outlook 2003 and Outlook 2007 - No options to accept, decline nor tentative for invitations
Access 2003 to 2007 customize menu ribbon
Merge Replication initialization error
Hide / Unhide Combo Boxes using Visible property Conditionally
How to import PST files to Exchange 2007
Sharepoint How do I change Web Part Title?
win7 most recent documents
Problems saving an excel workbook in Access vba
Best Registry Cleaning Program?