wuchong commented on a change in pull request #10738: 
[FLINK-15385][table][docs] Translate SQL section of Table API into Chinese
URL: https://github.com/apache/flink/pull/10738#discussion_r362364696
 
 

 ##########
 File path: docs/dev/table/sql/drop.zh.md
 ##########
 @@ -110,34 +110,34 @@ Flink SQL> SHOW TABLES;
 </div>
 </div>
 
-## DROP TABLE
+## 删除表
 
 {% highlight sql %}
 DROP TABLE [IF EXISTS] [catalog_name.][db_name.]table_name
 {% endhighlight %}
 
-Drop a table with the given table name. If the table to drop does not exist, 
an exception is thrown.
+根据给定的表名删除某个表。若需要删除的表不存在,则抛出异常。
 
 **IF EXISTS**
 
-If the table does not exist, nothing happens.
+表不存在时不会进行任何操作。
 
-## DROP DATABASE
+## 删除数据库
 
 Review comment:
   revert.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to