Oracle 删除添加表字段

原文:https://www.cnblogs.com/kobigood/p/6293955.htmlhtml 1.添加字段:htm alter table  表名  add (字段  字段类型)  [ default  '输入默认值']  [null/not null]  ;blog 2.添加备注:table comment on column  库名.表名.字段名 is  '输入的备注';  如
相关文章
相关标签/搜索