摘要: 1:删除字段非空属性alter table XXX alter column XXX drop not null此特性需要DB2 9.0以上的版本2:添加字段非空属性alter table XXX alter column XXX set not null3:添加一个新字段alter table X... 阅读全文
posted @ 2016-01-03 09:33 沙耶 阅读(990) 评论(0) 推荐(0)