You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/03/22 09:12:03 UTC

[iotdb] branch master updated: Update NodeName-In-Path.md (#9379)

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 b03e385c5e Update NodeName-In-Path.md (#9379)
b03e385c5e is described below

commit b03e385c5eeab3f41713ece0f81345e2966ed601
Author: riverbuilding <ri...@hotmail.com>
AuthorDate: Wed Mar 22 05:11:55 2023 -0400

    Update NodeName-In-Path.md (#9379)
---
 docs/UserGuide/Syntax-Conventions/NodeName-In-Path.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/UserGuide/Syntax-Conventions/NodeName-In-Path.md b/docs/UserGuide/Syntax-Conventions/NodeName-In-Path.md
index 19dc1b4331..3c72d738c1 100644
--- a/docs/UserGuide/Syntax-Conventions/NodeName-In-Path.md
+++ b/docs/UserGuide/Syntax-Conventions/NodeName-In-Path.md
@@ -66,7 +66,7 @@ When node name is not wildcard, it is a identifier, which means the constraints
 create timeseries root.sg.`www.``baidu.com`.a with datatype=FLOAT,encoding=PLAIN;
 
 # Node name is a real number.
-create timeseries root.sg.`111` with datatype=FLOAT,encoding=PLAIN;
+create timeseries root.sg.`111`.a with datatype=FLOAT,encoding=PLAIN;
 ```
 
 After executing above statments, execute "show timeseries",below is the result: