Move data between partitions
We have partitioned tables in the database and currently the Q2 & Q3 data are in the same partition, we want to create a new partition for Q3 and move only the Q3 data from Q2 partition to Q3 partition.
is it possible to do something like this? If yes what is the best way to acheive this?
is it possible to do something like this? If yes what is the best way to acheive this?
0