I have a mysql 5 table with a char field containing
DOG DOUG CAT MOUSE
Now I want to SELECT in this field, finding any rows in which this field exists in the row, for example "DOGGY". (This is the opposite of how you usually use a wildcard). So I want to choose something like: CHOOSE FROM THE TABLE WHICH FIELD IS A DOG
Is it possible?
source share