lava-oushudb-dt-sql-parser/test/parser/hive/syntax/fixtures/alterIndex.sql
XCynthia 6dad62ddf4
check alter sql and syntax (#156)
* 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 <>
2023-09-06 11:46:46 +08:00

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;