So 'awesome document' LIKE '%doc%' is true, because doc is a sub-string. But, I want it to be false while 'awesome doc' or 'doc awesome' or 'awesome doc awesome' should be true. How can I do with with a like?
I'm using sqlite, so I hope I don't have to use something that isn't available.
See Question&Answers more detail:os