G
Guest
I have two tables that have similar data
Example:
Table 1
Smith, John
Table 2
Smith John
These are the same except for the comma. How do I write a query that when
this type of situation occurs, it would see these two values as equal and
return a match.
I am using a Join expression
Example:
Table 1
Smith, John
Table 2
Smith John
These are the same except for the comma. How do I write a query that when
this type of situation occurs, it would see these two values as equal and
return a match.
I am using a Join expression