database - SQL Contains From Table Column -
There are two tables in my database, both of which are the columns named "company name". I have a similarity between their names in these columns I want to compare.
For example: Table1.CompanyName = 2i Ltd ///
Table2.CompanyName = 2i Limited
I think you mean: how to get together in both of these and compare parity or some fuzzy.
You prefer using it using the oracle text which allows fuzzy mailing:
select t1.CompanyName from Table1 t1 on table 2 T2 (T1.CompanyName, t2 .companyname) & gt; 0 There are possibilities for reach, but you have to write it your own. See (many codes to paste).
Comments
Post a Comment