here\'s my query
SELECT tb.id AS id, tb.title AS title FROM tbl_batter tb WHERE tb.`title` LIKE \'%waugh%\' ;
here\'s the code a