N
Neeraj
I am facing a problem relating to JOIN in query. I want to
JOIN two table based on the criteria that in the two JOIN
fields, the result should display only those records which
has atleast any 5 or more characters occuring in continous
stream anywhere in the string common in the two fields. eg
Table1 Table2
------ ------
ABCDEFGHIJ DEFGHIJKLMN
In this case the character stream "DEFGHI" is common in
the two columns. So the output should be the rows
satisfying this type of criteria.
Help & suggestions would be welcome.
Regards
Neeraj
JOIN two table based on the criteria that in the two JOIN
fields, the result should display only those records which
has atleast any 5 or more characters occuring in continous
stream anywhere in the string common in the two fields. eg
Table1 Table2
------ ------
ABCDEFGHIJ DEFGHIJKLMN
In this case the character stream "DEFGHI" is common in
the two columns. So the output should be the rows
satisfying this type of criteria.
Help & suggestions would be welcome.
Regards
Neeraj