Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

like operator as join condition between tables

hi,   i want to join (inner) between table A to B based on LIKE opeartor logic: ON A.Column LIKE '%' + B.Column+ '%' example: XXXXXX8074396XXXXXXX LIKE '%' + 8074396+ '%' ----> there is a much ...