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
Query questions
query to return distinct email id's, joined to their most recent customer record
When opening older files in Word 2007 I get error "Word cannot start converter mswrd632". How do I solve this problem?
Importing text file into resources
Dreamweaver CS4 install fails - Resource folder missing
How do I restore system from Windows 7 backup?
Merge Two Crosstab Queries
Accesing value of a grid cell from another cell
How do rows get into the msp_assignments_saved as opposed to the msp_assignments tables
DomainPrep & 'unrecognized Exchange signature'?