Sorry if my question is a newbiew question :(
I just want to search some record that have some values of text.
Example, I have table like this:
Can you write for me the query to find a record that contains 'Robot' in description column.
I don't want to use LIKE
query.
Thanks all