Is there a way to do a pattern search between 2 tables.
For example, I have a table of name and address info (NAME_ADDRESS), but it is organized in fields using Line1, Line2, Line3, Line4, ... etc. so the user could enter anything in any line (I didn't design it). I have another table with some name and address info (SEARCH). I want to find pattern matches in the table NAME_ADDRESS that exist in SEARCH.
There are around 80,000 records in NAME_ADDRESS and 200 records in search.
For example, I have a table of name and address info (NAME_ADDRESS), but it is organized in fields using Line1, Line2, Line3, Line4, ... etc. so the user could enter anything in any line (I didn't design it). I have another table with some name and address info (SEARCH). I want to find pattern matches in the table NAME_ADDRESS that exist in SEARCH.
There are around 80,000 records in NAME_ADDRESS and 200 records in search.