fix hive insert syntax

This commit is contained in:
HSunboy
2020-03-26 11:47:47 +08:00
parent 364dc5fcae
commit 0c5f6164f4
7 changed files with 697 additions and 692 deletions

View File

@ -255,7 +255,7 @@ GenericInsert_EDIT
InsertValuesList
: ParenthesizedRowValuesList
| RowValuesList ',' ParenthesizedRowValuesList
| ParenthesizedRowValuesList ',' ParenthesizedRowValuesList
;
ParenthesizedRowValuesList