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
How do I change the date format when submitting InfoPath form to a SharePoint Form Library?
Connecting to a sql database via odbc
Why is ComboBox font bold after a Create()
checkbox and listctrl
How do I remove a Domain Controller from Active Directory
C# WebService (tcp.soap) from Java
need a script to convert csv to txt
Graduated Commission Scale
restoring a .bak file SQL SERVER 2005
Microsoft SQL server 2005 wont start after updates.