Hello all,
I have 2 tables. Table A contains a list of employee names from an outside source. Table B contains a list of names from HR. I would like to compare the list of names from Table A to the list in Table B, but I would like to match on a "fuzzy" lookup. Example:
Table A LastName = Smith Table B LastName = Smith (MATCH by joining)
Table A LastName = Smith Table B LastName = Smith Jr (no MATCH using joins)
Is there a way to do a "like" against 2 tables? I tried the attached and of course it did not work.
Thanks in advance!
I have 2 tables. Table A contains a list of employee names from an outside source. Table B contains a list of names from HR. I would like to compare the list of names from Table A to the list in Table B, but I would like to match on a "fuzzy" lookup. Example:
Table A LastName = Smith Table B LastName = Smith (MATCH by joining)
Table A LastName = Smith Table B LastName = Smith Jr (no MATCH using joins)
Is there a way to do a "like" against 2 tables? I tried the attached and of course it did not work.
Thanks in advance!