这是一个 oracle 改字段精度时遇到的问题,原本字段的类型为 number(12,2)想要精确到小数点后 6 位当修改为 number(12,6) 时,遇到应该改为 number(16,6) , 两边各加 4 位,此时正确附录:参考:官网参考:MSDN oracle