thenrich
asked on
SQL question
I have a table that has a column called 'SecondItemNumber'
How can I return a result-set that returns all duplicate records where SecondItemNumber = SecondItemNumber
How can I return a result-set that returns all duplicate records where SecondItemNumber = SecondItemNumber
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
note: in any case, a index on the field secondItemnumber will be required for a good performance...
Open in new window