oracle 創建表,增加修改刪除字段
創建表 create table test (id varchar2(20) not null); 增加一個字段 alter table test add (test01 varcha ...
創建表 create table test (id varchar2(20) not null); 增加一個字段 alter table test add (test01 varcha ...
啟動sqlplus sqlplus / as sysdba; 查詢當前數據庫實例 select name from v$database; 切換到其他實例 sqlplus /@ ...