eman neercs -1 Newbie Poster

I have 2 fields in my db, the first is Title and the other StopList.

If a StopList word appears in any of the Title names, I want to flag that item for deletion.

Currently using a PHP array to do this but wanted to know if mysql could do it

e.g. Delete from "Title" where "title.name" like "stoplist.word"

Can't quite see how to do it.