March 15, 2023 at 3:11 pm
SELECT CompanyB.Value SourceValue, CompanyA.Value PartialMatch
FROM CompanyB
Left join CompanyA
on CompanyA.Value like '%'+CompanyB.Value+'%'
March 16, 2023 at 5:24 am
This was removed by the editor as SPAM
March 16, 2023 at 4:15 pm
If you want really good help, then see the article at the first link in my signature line below for one of many ways to provide example data in a readily consumable format.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply