Welcome 微信登录

首页 / 数据库 / MySQL / Oracle 10g中对已有的表 进行 增 、删 、改 列名

准备工作 查询一个表的语法 eg :select * from table1Oracle 10g 在已有的表1.增加一列eg:alter table table1 add age number(8) 2.删除一列eg:alter table table1 drop column age3.更改一列名eg: alter table table1 rename column age to sex4.将表名重新命名--如 将表table1更名为test表名eg:alter table table1 rename to testeg:select * from testOracle RMAN模拟数据文件丢失简单恢复方法Oracle 10g 更新操作相关资讯      oracle数据库教程 
  • Oracle raw数据类型介绍  (01/29/2013 10:05:53)
  • 监听器注册与ORA-12514 错误分析  (11/13/2012 14:30:08)
  • Oracle SQL的cursor理解  (11/13/2012 14:16:17)
  • Oracle 如何强制刷新Buffer Cache  (01/29/2013 10:02:46)
  • dblink致Oracle库的SCN变成两库的  (11/13/2012 14:24:41)
  • Linux操作系统下完全删除Oracle数  (11/13/2012 08:25:52)
本文评论 查看全部评论 (0)
表情: 姓名: 字数