如何修改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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ESP32 編譯報錯 57) boot: no bootable app partitions in the partition table編譯bootAPP
- Oracle 12c系列(十) | 12c中的Recovering Tables and Table PartitionsOracle
- vue table sortable排序不生效修改Vue排序
- create table,show tables,describe table,DROP TABLE,ALTER TABLE ,怎麼使用?
- element-plus 如何修改el-table 捲軸高度,el-table捲軸放置在表格外面
- ALTER TABLE修改列的不同方法
- ANT 的Table表格樣式修改方法
- table
- 聊聊flink Table的OrderBy及LimitMIT
- MySQL:Analyze table導致'waiting for table flush'MySqlAI
- 聊聊flink Table的where及filter操作Filter
- Sparse Table
- MySQL:Table_open_cache_hits/Table_open_cache_misses/Table_open_cache_overflowsMySql
- [UE] Data Table 對比工具 —— 用於 Data Table 對比以前的資料,檢視有什麼修改
- SQLAlchemy Table(表)類方式 – Table類和Column類SQL
- table寬度
- Lua table(表)
- audit by user by table
- Oracle:TABLE MONITORINGOracle
- jquery-tablejQuery
- Oracle table selectOracle
- flink table apiAPI
- element-ui中的table表格修改背景樣式透明UI
- bootsrap table 表格載入完整 post-body.bs.tableboot
- [20200214]Printing all table preferences affecting dbms_stats.gather_table_stats
- vue - elementui 元件 表格 <el-table> 列頭修改背景顏色VueUI元件
- vertica解鎖table
- truncate table (tablename )表明
- HTML <table>表格概述HTML
- 7.68 CUBE_TABLE
- MySQL table into a golang strucMySqlGolang
- HashMap、Hash Table、ConcurrentHashMapHashMap
- CSS table表格美化CSS
- SAP APO 常用Table
- [6 kyu] Multiplication table
- GLOBAL TEMPORARY TABLE(轉)
- oracle cache table(轉)Oracle
- Oracle Pipelined Table(轉)Oracle
- el-table高亮