Oracle中如何判断某字段值是否为数字? nvl2(translate(circuit_type,'\\1234567890','\\'),'-1',tc.circuit_type)其中,nvl2为内置函数。