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
);
时间: 2024-10-09 07:22:37
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
);