专题文章
时长:00:00更新时间:2020-11-09 10:27:41
Oracle中使用altertable来增加,删除,修改列的语法:alter table tablename add (column datatype [default value][null/not null],hellip;.);alter table tablename modify (colum alter table tablename add (column datatype [default value][null/not null],….); alter table tablename modify (column da
查看详情