运维网's Archiver
论坛
›
Oracle运维
› oracle constraint: not null
dickrong
发表于 2018-9-12 09:05:23
oracle constraint: not null
oracle表创建好后增加not null约束的方法:
alter table table_name modify column_name not null;
eg:
alter table customers modify cardId not null;
页:
[1]
查看完整版本:
oracle constraint: not null