摘要:
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 @ 2018-03-15 09:20
航宇
阅读(11857)
评论(0)
推荐(0)
2018年3月15日 #