6dad62ddf4
* check and update abort and alter sql * delete superfluous space * update grammar lib after change alter parser * update alter parser to be compatible --------- Co-authored-by: zhaoge <>
7 lines
131 B
SQL
7 lines
131 B
SQL
ALTER INDEX table01_index ON table01
|
|
PARTITION (pt1, pt2 = '2019-04-01')
|
|
REBUILD;
|
|
|
|
ALTER INDEX table01_index ON table01
|
|
REBUILD;
|