标签:增加分区
alter table table_name add
partition M201306 values less than (‘20130701‘)
tablespace TS_DTL
pctfree 10
initrans 30
maxtrans 255
storage
(
initial 4M
minextents 1
maxextents unlimited
);
本文出自 “北京——东东” 博客,请务必保留此出处http://bjdong.blog.51cto.com/507460/1718623
标签:增加分区
原文地址:http://bjdong.blog.51cto.com/507460/1718623