SyntaxFix
Write A Post
Hire A Developer
Questions
You need multiple LIKE clauses connected by OR.
SELECT * FROM table WHERE column LIKE 'Text%' OR column LIKE 'Link%' OR column LIKE 'Hello%' OR column LIKE '%World%' OR