Forum Discussion
GaryBushey
May 19, 2021Bronze Contributor
Performing a join using "contains"
I have two tables and Table "A" has a list of error messages while Table "B" has a list of keywords. Is there any way to return a list of those error messages from Table A that a contain a keyword ...
GaryBushey
May 19, 2021Bronze Contributor
It is very close but in my case the ".storage.googleapis.com" and ",.office.com" would be coming from the other table (CommonSecurityLog in this example)
JBUB_Accelerynt
May 19, 2021Brass Contributor
Ok, I see now. You are looking for a way around the == only join. Searching each value from the left through the text blob on the right. Ooof... I will keep thining 😃