给已有的表分区
摘要:-- 1. 重命名alter table test rename to test_temp; -- 2. 创建 partition tablecreate table test( ID NUMBER(10) not null, REMARK VARCHAR2(100), create_time DA
阅读全文
posted @ 2021-02-24 14:53
posted @ 2021-02-24 14:53
posted @ 2021-02-03 16:29