This website requires JavaScript.
Explore
Help
Sign In
oushu
/
lava-oushudb-dt-sql-parser
Watch
1
Star
0
Fork
0
You've already forked lava-oushudb-dt-sql-parser
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
195878da9b
lava-oushudb-dt-sql-parser
/
test
/
parser
/
hive
/
syntax
/
fixtures
/
alterIndex.sql
7 lines
131 B
MySQL
Raw
Normal View
History
Unescape
Escape
test: hiveSQL test units of index
2023-07-07 11:19:28 +08:00
ALTER
INDEX
table01_index
ON
table01
PARTITION
(
pt1
,
pt2
=
'
2019-04-01
'
)
REBUILD
;
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
ALTER
INDEX
table01_index
ON
table01
REBUILD
;
Reference in New Issue
Copy Permalink