select f.*,f.rowid from w_fm_fpsq f
where not regexp_like(f.f_jshjje1,'^[[:digit:]]+\.{0,1}[[:digit:]]*$')
这句话是用来检验某列字段中是否含有不合法字符的
select f.*,f.rowid from w_fm_fpsq f
where not regexp_like(f.f_jshjje1,'^[[:digit:]]+\.{0,1}[[:digit:]]*$')
这句话是用来检验某列字段中是否含有不合法字符的