oracle判断test表中value字段是否为纯数字。使用oracle的正则表达式 select * from test where not regexp_like(value,'(^[0-9])');