oracle ORA-01451的错误分析(column to be modified to NULL cannot be modified to NULL)

Oracle中不允许将NULL字段修改为NULL字段。

alter table table_name modify column_name null;

建议修改前加个判断。

posted @ 2016-08-15 23:36  当年亦如是  阅读(9934)  评论(0)    收藏  举报