oracle 怎么删除非空约束oracle 怎么删除非空约束[解决办法]alter table 表 drop constraint 非空约束名称;或者用pl/sql的sql窗口->右键表名->选择编辑->列选项卡->勾选对应列的“可为空”选项