Oracle 10g中對已有的表 進行 增 、刪 、改 列名 |
發(fā)布時間: 2012/9/3 16:53:10 |
準(zhǔn)備工作 查詢一個表的語法 eg :select * from table1 Oracle 10g 在已有的表 1.增加一列 eg:alter table table1 add age number(8) 2.刪除一列 eg:alter table table1 drop column age 3.更改一列名-
4.將表名重新命名--如 將表table1更名為test表名 eg:alter table table1 rename to test eg:select * from test 本文出自:億恩科技【www.yaz797.com】 服務(wù)器租用/服務(wù)器托管中國五強!虛擬主機域名注冊頂級提供商!15年品質(zhì)保障!--億恩科技[ENKJ.COM] |