oracle报错 ORA-02290: 违反检查约束条件问题
摘要:场景: 使用plsql/developer 将原本要求非空的字段 改为可以为空 然后在插入数据的时候 报错改字段约束条件还起作用 解决方案: 首先查询该表的约束条件 select * from user_constraints where table_name='TABLENAME',(这里要注意T
阅读全文
posted @ 2019-01-17 11:16
posted @ 2019-01-17 11:16