Subject | Duplictes query |
---|---|
Author | Roger Pullen |
Post date | 2001-06-05T14:39:09Z |
I have a straightforward name & address table,
each record has a unique ID (primary key)
I need to identify the ID of those records
that are duplicated across the name and address
fields, possibly with some degree of mismatch (ie
a %LIKE% element)
Cannot figure out the SQL at all as COUNT
just tells me I have duplicates, not which
they actually are
Regards
Roger Pullen
each record has a unique ID (primary key)
I need to identify the ID of those records
that are duplicated across the name and address
fields, possibly with some degree of mismatch (ie
a %LIKE% element)
Cannot figure out the SQL at all as COUNT
just tells me I have duplicates, not which
they actually are
Regards
Roger Pullen