可以用like,可以用instr select * from 表名 where 字段 like '%{2}%'上边这句如果运行没结果,请把百分号换成* 因为这个有个通配符集的问题,不知道你选用的是哪个 也可以select * from 表名 where instr(字段名,'{2}')>0