摘要: db2表字段修改 1:删除字段非空属性alter table XXX alter column XXX drop not null 2:添加字段非空属性alter table XXX alter column XXX set not null 3:添加一个新字段alter table XXX add 阅读全文
posted @ 2017-06-02 14:04 俄而123 阅读(2244) 评论(0) 推荐(0)