不多说,直接上代码。select * from table where name like '%王大锤%';select * from table where LOCATE(‘王大锤’,name)>0;