I have a column in which there are two keyword google plus .How can i search from from my data base when i have the exact one word like google or plus or both of them google plus and not goo or plu.
I have tried to get to my needs with LIKE function but didn’t helped.
thanks
This isn’t a good use for a relational database or LIKE. You want something like Lucene that can index values and allow you to do searches.