awise
IS-IT--Management
- Dec 11, 2001
- 85
I need help with a script that will compare;
TABLE A, fields LASTNAME, ADDRESS1,CITY,STATE,ZIP with
TABLE B, fields LASTNAME, ADDRESS1,CITY,STATE,ZIP AND
where a record from TABLE A does NOT exist in TABLE B,
returns those records as the results.
We purchased outside customer list and want to compare it
with our existing customer database to identify potential customers in the outside list that are not already existing customers. My thought is that if the LASTNAME+ADDRESS1+CITY+STATE+ZIP concatinations are identical, then that record is a duplicate that already exists in our database.
Appreciate your assistance and replys.
Thank you,
zaw
TABLE A, fields LASTNAME, ADDRESS1,CITY,STATE,ZIP with
TABLE B, fields LASTNAME, ADDRESS1,CITY,STATE,ZIP AND
where a record from TABLE A does NOT exist in TABLE B,
returns those records as the results.
We purchased outside customer list and want to compare it
with our existing customer database to identify potential customers in the outside list that are not already existing customers. My thought is that if the LASTNAME+ADDRESS1+CITY+STATE+ZIP concatinations are identical, then that record is a duplicate that already exists in our database.
Appreciate your assistance and replys.
Thank you,
zaw