摘要: 1.表插入列 alter table XMJ_ONE add column1 NUMBER(38) default 0;comment on column XMJ_ONE.column1 is '字段1'; 2.表删除列 alter table XMJ_ONE drop column column1 阅读全文
posted @ 2021-04-21 11:58 请叫我小马驹 阅读(137) 评论(0) 推荐(0) 编辑