select * from 表名
where not regexp_like(怀疑的字段, '^[0-9]*.?[0-9]*$');
仅能粗略判断 单独的点'.' 用这个匹配查不出来
select * from 表名
where not regexp_like(怀疑的字段, '^[0-9]*.?[0-9]*$');
仅能粗略判断 单独的点'.' 用这个匹配查不出来
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M