SyntaxFix
Write A Post
Hire A Developer
Questions
if you put all the searched words in a temporaray table say @tmp and column col1, then you could try this:
Select * from T where C like (Select '%'+col1+'%' from @temp);