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

haonan pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 7312fb0  [IOTDB-1338] The content of DDL viewing sub-nodes in the user 
guide module is wrong (#3994)
7312fb0 is described below

commit 7312fb0db93ca00896427d647c0254c30a774ec5
Author: Xieqijun <[email protected]>
AuthorDate: Fri Sep 17 16:08:34 2021 +0800

    [IOTDB-1338] The content of DDL viewing sub-nodes in the user guide module 
is wrong (#3994)
---
 docs/UserGuide/IoTDB-SQL-Language/DDL-Data-Definition-Language.md    | 2 +-
 docs/zh/UserGuide/IoTDB-SQL-Language/DDL-Data-Definition-Language.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/UserGuide/IoTDB-SQL-Language/DDL-Data-Definition-Language.md 
b/docs/UserGuide/IoTDB-SQL-Language/DDL-Data-Definition-Language.md
index 8e350b0..9babea0 100644
--- a/docs/UserGuide/IoTDB-SQL-Language/DDL-Data-Definition-Language.md
+++ b/docs/UserGuide/IoTDB-SQL-Language/DDL-Data-Definition-Language.md
@@ -377,7 +377,7 @@ Example:
 +------------+
 ```
 
-* return the child nodes of root.vehicle:show child nodes root.ln
+* return the child nodes of root.ln:show child nodes root.ln
 
 ```
 +------------+
diff --git 
a/docs/zh/UserGuide/IoTDB-SQL-Language/DDL-Data-Definition-Language.md 
b/docs/zh/UserGuide/IoTDB-SQL-Language/DDL-Data-Definition-Language.md
index a3e4cb8..ff16c6b 100644
--- a/docs/zh/UserGuide/IoTDB-SQL-Language/DDL-Data-Definition-Language.md
+++ b/docs/zh/UserGuide/IoTDB-SQL-Language/DDL-Data-Definition-Language.md
@@ -383,7 +383,7 @@ SHOW CHILD NODES prefixPath
 +------------+
 ```
 
-* 查询 root.vehicle的下一层 :show child nodes root.ln
+* 查询 root.ln的下一层 :show child nodes root.ln
 
 ```
 +------------+

Reply via email to