orale无效数字校验

select * from 表名
where not regexp_like(怀疑的字段, '^[0-9]*.?[0-9]*$');

仅能粗略判断     单独的点'.'  用这个匹配查不出来

posted @ 2021-03-01 15:59  xh_Blog  阅读(80)  评论(0编辑  收藏  举报