I have a question which looks easy but I can't figure it out.
I have the following:
   Name Zipcode
    ER 5354
    OL 1234
    AS 1234
    BH 3453
    BH 3453
    HZ 1234
I want to find those rows where the ID does not define clearly one row.
So here I want to see:
   OL 1234
   AS 1234
   HZ 1234
Or simply the zipcode enough.
I am sorry I forget to mention an important part. If the name is the same its not a problem, only if there are different names for the same zipcode. So this means: BH 3453 does not return
 
     
     
     
    