Hi,
I am looking to be able to pick out all of my records which have one part of their primary key the same.
The lowdown:-
So my tables records have a primary key of issueID and IssueDate. IssueId can be the same, but issueDate is unique making it a valid primary key.
Now how do i find all the instances in my db, where records with the same primary key (issue id) occur? Is there some simple syntax i can use in the query builder to find these repeat occurances?
Thanks for your time + effort,
kind regards,
Alex
I am looking to be able to pick out all of my records which have one part of their primary key the same.
The lowdown:-
So my tables records have a primary key of issueID and IssueDate. IssueId can be the same, but issueDate is unique making it a valid primary key.
Now how do i find all the instances in my db, where records with the same primary key (issue id) occur? Is there some simple syntax i can use in the query builder to find these repeat occurances?
Thanks for your time + effort,
kind regards,
Alex