SyntaxFix
Write A Post
Hire A Developer
Questions
SELECT * FROM MyTable WHERE Column1 Like "*word*"
This will display all the records where column1 has a partial value contains word.
column1
word