Hi,
If I have a table 'X' and 'Y' , I want to be able to compare if any individual comma separated value in Y is a part of the values of X (values of Y remain fixed)
X :
abc/xyz.xlsx
bcd/test/test2.xlsx
jhi/jjk.xlsx
Y:
abc,bcd,cda
Here since in the 1st entry, 'abc' in Y matches with a portion of the string in X, it should return the entry. Same goes with the 2nd entry. But as the 3rd has no common values, it needs to be rejected.
Any help would be greatly appreciated.
Regards,
Megha
↧