0514-86177077
9:00-17:00(工作日)
answer1:
ALTER TABLE old_table_name RENAME TO new_table_name;(大寫為系統(tǒng)命令)
answer2:
SQL> select tname from tab ; TNAME ------------------------------ TEST SQL> rename test to temp ; Table renamed. SQL> select tname from tab ; TNAME ------------------------------ TEMP rename只能修改自己schema下面的表。
answer3:
create new_table as select * from old_table;drop table old_table;
answer4:
直接在PLSQL Developer里面改
標簽:來賓 玉樹 蘇州 棗莊 長沙 遼寧 大興安嶺 贛州
上一篇:Oralce 歸檔日志開啟與關(guān)閉示例
下一篇:在oracle數(shù)據(jù)庫里創(chuàng)建自增ID字段的步驟
Copyright ? 1999-2012 誠信 合法 規(guī)范的巨人網(wǎng)絡(luò)通訊始建于2005年
蘇ICP備15040257號-8