gaoyunhaii commented on a change in pull request #16070:
URL: https://github.com/apache/flink/pull/16070#discussion_r657588604
##########
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。
Review comment:
删除给定名子的 Catalog ?
--
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]