morningman commented on a change in pull request #6230:
URL: https://github.com/apache/incubator-doris/pull/6230#discussion_r672395349



##########
File path: fe/fe-core/src/main/cup/sql_parser.cup
##########
@@ -3114,6 +3117,14 @@ insert_source ::=
     :}
     ;
 
+// update stmt
+update_stmt ::=
+    KW_UPDATE table_name:tbl KW_SET expr_list:setExprs where_clause:whereClause

Review comment:
       You forgot to add `KW_UPDATE`




-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to