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
Insert delay into visual basic script
arrange worksheet ascending order
Cisco 1760 router has 2 flash
Move e-mails from txt to excel
How do I remove a query from a workbook?
Error in report vba
SBS08 - RWW - FQDN - Can't Get it to Work?
Bios Password
How do I count the number of set flags in a bitmask?
Vista not Browsing but connected