lwtdev commented on a change in pull request #8077:
URL: https://github.com/apache/shardingsphere/pull/8077#discussion_r519571192



##########
File path: 
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-mysql/src/main/antlr4/imports/mysql/DMLStatement.g4
##########
@@ -105,11 +105,11 @@ singleTableClause
     ;
 
 multipleTablesClause
-    : tableAliasRefList FROM tableReferences | FROM tableAliasRefList USING 
tableReferences
+    : multipleTableNames FROM tableReferences | FROM multipleTableNames USING 
tableReferences
     ;
 
 multipleTableNames
-    : tableName DOT_ASTERISK_? (COMMA_ tableName DOT_ASTERISK_?)*
+    : tableIdentOptWild (COMMA_ tableIdentOptWild)*
     ;

Review comment:
       @jingshanglu  I cannot get your point...
   1. fix `lockClause` issue at the same time and repush this pr to master.
   2. keep this pr (target branch : apache:5.0.0-alpha-release), then create 
another pr to fix `lockClause` issue (target branch: master)




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to