达梦非分区表如何转换为分区表
例子:
构造数据:
create table t4 (id int);
begin
for i in 1..100000 loop
insert into t4 values (i);
commit;
end loop
达梦非分区表如何转换为分区表
例子:
构造数据:
create table t4 (id int);
begin
for i in 1..100000 loop
insert into t4 values (i);
commit;
end loop