In SQL I (sadly) often have to use \"LIKE\" conditions due to databases that violate nearly every rule of normalization. I can\'t change that right now. But tha
LIKE
If you are using MySQL the closest you can get is full-text search:
Full-Text Search, MySQL Documentation