S
Saadi
DISTINCT removes duplicate records where the combination
of fields in a record equals the combination of fields in
another record.
How can I remove duplicates where the combination of
fields in a record is not exactly equal to the combination
of fields in another record,i.e., there is a match on 3
out of 5 fields.
Example:
Code Name Address1 Address2 Address3
1AB XYZ 123 Rd City State
2BC UVW 123 RD City State
Thanks,
Saadi
of fields in a record equals the combination of fields in
another record.
How can I remove duplicates where the combination of
fields in a record is not exactly equal to the combination
of fields in another record,i.e., there is a match on 3
out of 5 fields.
Example:
Code Name Address1 Address2 Address3
1AB XYZ 123 Rd City State
2BC UVW 123 RD City State
Thanks,
Saadi