godfreyhe commented on a change in pull request #12577:
URL: https://github.com/apache/flink/pull/12577#discussion_r439381012



##########
File path: docs/dev/table/sql/insert.zh.md
##########
@@ -55,27 +75,66 @@ val settings = EnvironmentSettings.newInstance()...
 val tEnv = TableEnvironment.create(settings)
 
 // 注册一个 "Orders" 源表,和 "RubberOrders" 结果表
-tEnv.sqlUpdate("CREATE TABLE Orders (`user` BIGINT, product STRING, amount 
INT) WITH (...)")
-tEnv.sqlUpdate("CREATE TABLE RubberOrders(product STRING, amount INT) WITH 
(...)")
+tEnv.executeSql("CREATE TABLE Orders (`user` BIGINT, product STRING, amount 
INT) WITH (...)")
+tEnv.executeSql("CREATE TABLE RubberOrders(product STRING, amount INT) WITH 
(...)")
 
 // 运行一个 INSERT 语句,将源表的数据输出到结果表中

Review comment:
       typo, we should use `执行一条`




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