SyntaxFix
Write A Post
Hire A Developer
Questions
try this
Select * From Table Where field like '%' + ltrValue1 + '%' And field like '%' + ltrValue2 + '%' ... etc.
and be prepared for a table scan as this functionality cannot use any existing indices