Can anybody tell me how to search a table using keywords. I have a column with long paragraphs in and I would like to say something like:
select * from activities where links like 'x'
But this only looks for things if the whole string is the same as whatever is within the speach marks.
Am I missing asterists or something?
eg. '*x*'
select * from activities where links like 'x'
But this only looks for things if the whole string is the same as whatever is within the speach marks.
Am I missing asterists or something?
eg. '*x*'