You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/07/13 00:41:54 UTC

[doris] branch master updated: Fix show table status docs. (#10782)

This is an automated email from the ASF dual-hosted git repository.

yiguolei 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 7906866826 Fix show table status docs. (#10782)
7906866826 is described below

commit 7906866826d91bd814a1d887845817128a627e48
Author: Hong Liu <84...@qq.com>
AuthorDate: Wed Jul 13 08:41:49 2022 +0800

    Fix show table status docs. (#10782)
    
    Co-authored-by: smallhibiscus <844981280>
---
 .../sql-manual/sql-reference/Show-Statements/SHOW-TABLE-STATUS.md   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLE-STATUS.md b/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLE-STATUS.md
index 591b37fb56..b4e7e68959 100644
--- a/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLE-STATUS.md
+++ b/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLE-STATUS.md
@@ -49,13 +49,13 @@ SHOW TABLE STATUS
 
  1. 查看当前数据库下所有表的信息
 
-     ```sql
-SHOW TABLE STATUS;
+    ```sql
+    SHOW TABLE STATUS;
     ```
 
  1. 查看指定数据库下,名称包含 example 的表的信息
 
-     ```sql
+    ```sql
     SHOW TABLE STATUS FROM db LIKE "%example%";
     ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org