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
PowerPoint 2007 Template Ribbon Macro won't run
Disable select on ListView right-mouse click
Color Translator
what are the rules in windows 7 with CAL's with terminal server connections?
Access 2007 Subtract Multiple Values in Report
How to print table structure in VFP 9
2008 R2 Connection Broker Load Balancing
Tiff File Compression
White Screen in SCCM 2007 Remote Tools after update
Make minimized application window visible