1.通配符 select * from 表 where 字段 like '%/%' escape '/'; /:转义符 2.普通字符 select * from 表 where instr(字段,'%')>0