| Merging all subpartitions in one partition [message #571114] |
Wed, 21 November 2012 03:48  |
 |
ric90
Messages: 36 Registered: May 2011 Location: Belfort
|
Member |
|
|
Hi everyone,
I'm looking for a way to delete my subpartitions by keeping my datas, and keep it into my partitions.
In fact, i want to remove my subpartitions, and keep my table partitionning.
I already remove my subpartition template, but i don't want to do an insert as select on a new table wich will be partitionned (without subpartitions).
ALTER TABLE myTable SET SUBPARTITION TEMPLATE ();
Tanks in advance for your advice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|