fix insert rowValuesList syntax

This commit is contained in:
HSunboy
2020-03-26 13:06:16 +08:00
parent 0c5f6164f4
commit 3bf241408c
7 changed files with 11 additions and 11 deletions

View File

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