有一个表res,字段id,title, 我需要根据传入的key查询title,简单的写就是select title from res where title like concat('%',key,'%');关键就难在需要分割key,然后分别like,求帮助