例如查找"上模"开头的
left(a1,2)="上模"
FIND("b","abc") > 0
Select * from 表名 where 列名 like '上模%' //左为上模,后面可以有任意位字符
模糊查询:https://help.fanruan.com/finereport/doc-view-164.html