希望选择数字字段在小数点后有一定数据量的行
例如
select number from table where number.scale > 4;
这是否可以直接执行,或者我必须转换为字符串并明智地解析字符
oracle plsql
oracle ×1
plsql ×1