分类目录

链接

2012 年 5 月
 123456
78910111213
14151617181920
21222324252627
28293031  

近期文章

热门标签

新人福利,免费薅羊毛

现在位置:    首页 > Oracle > 正文
oracle添加或删除一列
Oracle 暂无评论 阅读(2,226)
  1. alert table 表名 add column 列名
  2. alter table 表名 drop column 列名
  3. eg:
  4. alter table TPointManage add AddPointsReason number(8)
  5. alter table textattrdetail drop column AddPointsReason

 

需要注意的一点,如果要修改的表,不是当前的用户的表,那么就需要添加上用户的名称。以及有修改此表的权限。

 

============ 欢迎各位老板打赏~ ===========

本文版权归Bruce's Blog所有,转载引用请完整注明以下信息:
本文作者:Bruce
本文地址:oracle添加或删除一列 | Bruce's Blog

发表评论

留言无头像?