This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new f1c342a [IOTDB-1338] The content of DDL viewing sub-nodes in the user
guide module is wrong (#3991)
f1c342a is described below
commit f1c342ac9d12fcf429663c7710d8a3dbc0af44f8
Author: Xieqijun <[email protected]>
AuthorDate: Fri Sep 17 14:04:18 2021 +0800
[IOTDB-1338] The content of DDL viewing sub-nodes in the user guide module
is wrong (#3991)
---
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 0c0d3b9..9c38ab4 100644
--- a/docs/UserGuide/IoTDB-SQL-Language/DDL-Data-Definition-Language.md
+++ b/docs/UserGuide/IoTDB-SQL-Language/DDL-Data-Definition-Language.md
@@ -388,7 +388,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 8e0be49..e7177cd 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
@@ -397,7 +397,7 @@ SHOW CHILD NODES prefixPath
+------------+
```
-* 查询 root.vehicle 的下一层 :show child nodes root.ln
+* 查询 root.ln 的下一层 :show child nodes root.ln
```
+------------+