I have a large database containing persons (firstname,infix,lastname,date of birth etc.), and I need a query to delete/find all the record that are exactly the same (same firstname and lastname and infix...).
I tried all kinds of different (sub)queries, but the problem is that the query compares record #1 with record #1 and always finds a double, even if I compare their id's (which a unique).
Somebody done this before??
Remedy.
I tried all kinds of different (sub)queries, but the problem is that the query compares record #1 with record #1 and always finds a double, even if I compare their id's (which a unique).
Somebody done this before??
Remedy.