I have a table full of stuff. One field, issueid, is the unique key from another table but is not unique in this one. In fact, this is what I want to check. I want a query to show me records that have duplicates (for that field). If I have two records with issueid of 1, and only one with issueid of 2... I want a query that will show me just the 1's. I can't really test on specific issueid's though, since there are several thousand of them.
Is there an easy way to do this?
Xhonzi
Is there an easy way to do this?
Xhonzi