如何修改table及partitions Table
Renaming Table Partitions: Examples
The following statement renames a table:
ALTER TABLE employees RENAME TO employee;
In the following statement, partition emp3 is renamed:
ALTER TABLE employee RENAME PARTITION emp3 TO employee3;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-84505/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Some indexes or index partitions of table have been marked unusableIndex
- 如何更改table及index的表空間Index
- ESP32 編譯報錯 57) boot: no bootable app partitions in the partition table編譯bootAPP
- vue table sortable排序不生效修改Vue排序
- element-plus 如何修改el-table 捲軸高度,el-table捲軸放置在表格外面
- 使用JQuery雙擊修改Table中TdjQuery
- 拆分Table 為Partition Table
- Oracle 12c系列(十) | 12c中的Recovering Tables and Table PartitionsOracle
- [Oracle] Partition table exchange Heap tableOracle
- html~table、table cell的使用HTML
- table
- User defined table type and table valued parameters
- Oracle 12c Recovering tables and table partitions 表或分割槽級別的恢復Oracle
- 聊聊flink Table的OrderBy及LimitMIT
- SNMP TABLE ERROR : Requested table is empty or does not existError
- TABLE size (including table,index,lob,lobindex)Index
- Oracle 普通table 轉換為partition tableOracle
- drop table和truncate table的區別
- create a partition table using a exsit table
- Table Monitor
- Sparse Table
- alter table table_name move ; 在自身表空間move是如何操作的?
- Oracle9i Table monitoring 及10g table預設monitoring屬性Oracle
- Flink Table/SQL API 規劃 —— Dynamic TableSQLAPI
- 表格邊框探祕table及如何快速實現細線表格
- 聊聊flink Table的where及filter操作Filter
- Oracle10g 回收站及徹底刪除table : drop table xx purge 以及flashbackOracle
- MySQL:Table_open_cache_hits/Table_open_cache_misses/Table_open_cache_overflowsMySql
- [UE] Data Table 對比工具 —— 用於 Data Table 對比以前的資料,檢視有什麼修改
- MySQL:Analyze table導致'waiting for table flush'MySqlAI
- SQLAlchemy Table(表)類方式 – Table類和Column類SQL
- Oracle -- 深入體會PLAN_TABLE、PLAN_TABLE$Oracle
- Oracle --- PLAN_TABLE$和PLAN_TABLE區別Oracle
- create table if not exists Waiting for table metadata lockAI
- element-ui中的table表格修改背景樣式透明UI
- audit by user by table
- jquery-tablejQuery
- oracle temporary tableOracle