数据库将某个字段由可为空改为非空

delete from DM_MATERIAL where ELASTICITY is null; 
alter table DM_MATERIAL modify ELASTICITY not null;

 

posted @ 2022-04-05 13:35  10114  阅读(172)  评论(0)    收藏  举报