fix wrong syntax of value_rows

This commit is contained in:
HSunboy
2018-11-05 19:18:45 +08:00
parent 8d5984cb80
commit a4006f8fc5
4 changed files with 26 additions and 26 deletions

View File

@ -299,7 +299,7 @@ InsertValuesStatement_EDIT
InsertValuesList
: ParenthesizedRowValuesList
| RowValuesList ',' ParenthesizedRowValuesList
| ParenthesizedRowValuesList ',' InsertValuesList
;
ParenthesizedRowValuesList