Guys,
I have a list of accounts in table A, which I need to see if they are in table B or not. That's easy, but the problem is that accounts in table A can be in present in different fashion asin table B. Example
Table A Table B
123 00123
1111 984511123
15677 1567745
44567 4456700000
If I had to check single account,I would have used LIKE command as %accountno%. But I am not sure how to do this for batch of account numbers.