This is an automated email from the ASF dual-hosted git repository.
jiafengzheng 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 4573f80a7da [doc](fix)fix-doc (#50)
4573f80a7da is described below
commit 4573f80a7da15c0b60da24a06c04b4e0cb72bf6a
Author: Liqf <[email protected]>
AuthorDate: Wed Aug 17 18:46:58 2022 +0800
[doc](fix)fix-doc (#50)
* fix-doc
* fix-doc
---
.../sql-reference/Data-Definition-Statements/Drop/DROP-TABLE.md | 2 +-
.../sql-reference/Data-Definition-Statements/Drop/DROP-TABLE.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-TABLE.md
b/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-TABLE.md
index 260145ad03d..814ab6ef407 100644
---
a/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-TABLE.md
+++
b/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-TABLE.md
@@ -42,7 +42,7 @@ DROP TABLE [IF EXISTS] [db_name.]table_name [FORCE];
illustrate:
-- After executing DROP TABLE for a period of time, the dropped table can be
recovered through the RECOVER statement. See
[RECOVER](../../Data-Definition-Statements/Backup-and-Restore/RECOVER.md)
statement for details
+- After executing DROP TABLE for a period of time, the dropped table can be
recovered through the RECOVER statement. See
[RECOVER](../../Database-Administration-Statements/RECOVER.md) statement for
details
- If you execute DROP TABLE FORCE, the system will not check whether there are
unfinished transactions in the table, the table will be deleted directly and
cannot be recovered, this operation is generally not recommended
### Example
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-TABLE.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-TABLE.md
index 6a46b0e3e98..0acb800c4c3 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-TABLE.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-TABLE.md
@@ -42,7 +42,7 @@ DROP TABLE [IF EXISTS] [db_name.]table_name [FORCE];
说明:
-- 执行 DROP TABLE 一段时间内,可以通过 RECOVER 语句恢复被删除的表。详见
[RECOVER](../../Data-Definition-Statements/Backup-and-Restore/RECOVER.md) 语句
+- 执行 DROP TABLE 一段时间内,可以通过 RECOVER 语句恢复被删除的表。详见
[RECOVER](../../Database-Administration-Statements/RECOVER.md) 语句
- 如果执行 DROP TABLE FORCE,则系统不会检查该表是否存在未完成的事务,表将直接被删除并且不能被恢复,一般不建议执行此操作
### Example
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]