gaoyunhaii commented on a change in pull request #16070:
URL: https://github.com/apache/flink/pull/16070#discussion_r657588967



##########
File path: docs/content.zh/docs/dev/table/sql/drop.md
##########
@@ -146,6 +147,18 @@ Flink SQL> SHOW TABLES;
 {{< /tab >}}
 {{< /tabs >}}
 
+## DROP CATALOG
+
+```sql
+DROP CATALOG [IF EXISTS] catalog_name
+```
+
+删除给定的 catalog name 的 catalog。
+
+**IF EXISTS**
+
+如果目标 catalog 不存在,则不会生效。

Review comment:
       则不会生效 => 不会执行任何操作?




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