4 lines
83 B
MySQL
4 lines
83 B
MySQL
|
ALTER INDEX table01_index ON table01
|
||
|
PARTITION (pt1, pt2 = '2019-04-01')
|
||
|
REBUILD;
|