Oracle推断值为非数字

select * from product_info t where t.contract_detailid is not null
and length(translate(t.contract_detailid,'-.0123456789'||t.contract_detailid,'-.0123456789'))<>length(t.contract_detailid) for update

原文地址:https://www.cnblogs.com/gccbuaa/p/6882944.html