select id,school,department from table where charindex('关键字',content)>0代替select id,school,department from table where content like %string% charindex('关键字',content)>0代替like,提高搜索速度。打赏感谢支持与鼓励~