Find strings in text
问题 I have a table with column "company_name". Now with some third party apps I receive short strings like this: Somebody has sent item to "stack-exchange" . I want to find row with stack-exchange company_name column from string. (In other words I want like operator to work the other way around). How to do this? EDIT: How to check if any of the values of company_name in your table match part of the string I receive? 回答1: Edit : Since you can't identify what part of the input string is the company