"a string with oneKeyword twoKeyword".
I'm trying to compose an SQL query that can check whether the string contains any of an array of words.
Is this possible or do I need to do it in PHP?
string LIKE '%word%' OR string LIKE '%word%' OR string LIKE '%word%'
Обсуждают сегодня