set @keyWord='我的';

select * from tblcontent where content like CONCAT('%',@keyWord,'%')

相关文章: