This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new e1411d0e056 [doc] update DROP-CATALOG-RECYCLE-BIN (#709)
e1411d0e056 is described below
commit e1411d0e056fff7d9c92f9e070711ad1c4ee6385
Author: Liu Zhenlong <[email protected]>
AuthorDate: Mon Jun 3 17:34:04 2024 +0800
[doc] update DROP-CATALOG-RECYCLE-BIN (#709)
---
.../Data-Definition-Statements/Drop/DROP-CATALOG-RECYCLE-BIN.md | 4 ++--
.../Data-Definition-Statements/Drop/DROP-CATALOG-RECYCLE-BIN.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/docs/sql-manual/sql-statements/Data-Definition-Statements/Drop/DROP-CATALOG-RECYCLE-BIN.md
b/docs/sql-manual/sql-statements/Data-Definition-Statements/Drop/DROP-CATALOG-RECYCLE-BIN.md
index b1b776028b7..c6207bcfe30 100644
---
a/docs/sql-manual/sql-statements/Data-Definition-Statements/Drop/DROP-CATALOG-RECYCLE-BIN.md
+++
b/docs/sql-manual/sql-statements/Data-Definition-Statements/Drop/DROP-CATALOG-RECYCLE-BIN.md
@@ -64,13 +64,13 @@ illustrate:
### Example
-1. Delete the database with id example_db_id
+1. Delete the database(include tables and partitions with same DbId) with id
example_db_id
```sql
DROP CATALOG RECYCLE BIN WHERE 'DbId' = example_db_id;
```
-2. Delete the table with id example_tbl_id
+2. Delete the table(include partitions with same TableId) with id
example_tbl_id
```sql
DROP CATALOG RECYCLE BIN WHERE 'TableId' = example_tbl_id;
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/Data-Definition-Statements/Drop/DROP-CATALOG-RECYCLE-BIN.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/Data-Definition-Statements/Drop/DROP-CATALOG-RECYCLE-BIN.md
index 51365bace1e..44b35ccf286 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/Data-Definition-Statements/Drop/DROP-CATALOG-RECYCLE-BIN.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/Data-Definition-Statements/Drop/DROP-CATALOG-RECYCLE-BIN.md
@@ -64,13 +64,13 @@ DROP CATALOG RECYCLE BIN
### Example
-1. 删除 id 为 example_db_id 的数据库
+1. 删除 DbId 为 example_db_id 的数据库、表和分区
```sql
DROP CATALOG RECYCLE BIN WHERE 'DbId' = example_db_id;
```
-2. 删除 id 为 example_tbl_id 的表
+2. 删除 TableId 为 example_tbl_id 的表和分区
```sql
DROP CATALOG RECYCLE BIN WHERE 'TableId' = example_tbl_id;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]