alter table KTOUT_MENZENPERSON modify icd10 not null;
alter table KTOUT_MENZENPERSON drop primary key;
alter table KTOUT_MENZENPERSON modify (primary key(REG_ID, ORG_CODE, ORG_REG_ID, SMONTHDAY,icd10));
oracle非空约束,修改联合主键
最新推荐文章于 2023-08-02 10:07:50 发布