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
Server 2008 R2 Memory Leak
Add field to table
Adding a Count() to a Union Query
Access 2007 calculated field
PowerPoint 2007 VIEWER - how to suppress "end of slideshow, click to exit" message at end
ISA
How do I change server 2003 Computer(Machine) certificate validity to more than one year?
Setting up IIS
Sending Message on LAN
Excel doesn't open correctly when clicking on an excel document