一、现象描述
修改数据库中某个字段的长度时,报了以下这个错误提示:
SQL> alter table t_product modify(price number(8,3)); alter table t_product modify(price number(8,3)) ORA-01440: 要减小精度或标度, 则要修改的列必须为空SQL> alte
修改数据库中某个字段的长度时,报了以下这个错误提示:
SQL> alter table t_product modify(price number(8,3)); alter table t_product modify(price number(8,3)) ORA-01440: 要减小精度或标度, 则要修改的列必须为空SQL> alte