oracle 修改属性

alter table 表名 modify 字段名 类型;
alter table 表名 modify 字段名 属性名;
alter table TEST modify sbirthday not null;
 
posted @ 2017-06-06 16:39  酸奶加绿茶  阅读(518)  评论(0编辑  收藏  举报