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.git
The following commit(s) were added to refs/heads/master by this push:
new bdd853b951 [typo](docs) enhance docs SHOW-TABLES.md (#18572)
bdd853b951 is described below
commit bdd853b951b24f4189acfb5c48b1a5a0464ee3bc
Author: xu tao <[email protected]>
AuthorDate: Wed Apr 12 10:17:01 2023 +0800
[typo](docs) enhance docs SHOW-TABLES.md (#18572)
---
docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLES.md | 2 +-
docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLES.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLES.md
b/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLES.md
index 96cb124cd5..fd01645439 100644
--- a/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLES.md
+++ b/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLES.md
@@ -37,7 +37,7 @@ This statement is used to display all tables under the
current db
grammar:
```sql
-SHOW TABLES [LIKE]
+SHOW [FULL] TABLES [LIKE]
````
illustrate:
diff --git
a/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLES.md
b/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLES.md
index 59a98c855b..826cdb4521 100644
--- a/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLES.md
+++ b/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLES.md
@@ -37,7 +37,7 @@ SHOW TABLES
语法:
```sql
-SHOW TABLES [LIKE]
+SHOW [FULL] TABLES [LIKE]
```
说明:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]