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

caogaofei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 38c8043  Fix query content
38c8043 is described below

commit 38c80432926ff9f9c88eb7d47a28818b69e38573
Author: W1y1r <[email protected]>
AuthorDate: Wed Aug 7 14:24:36 2024 +0800

    Fix query content
---
 src/UserGuide/Master/User-Manual/Query-Data.md    | 2 +-
 src/UserGuide/latest/User-Manual/Query-Data.md    | 3 ++-
 src/zh/UserGuide/Master/User-Manual/Query-Data.md | 2 +-
 src/zh/UserGuide/latest/User-Manual/Query-Data.md | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/UserGuide/Master/User-Manual/Query-Data.md 
b/src/UserGuide/Master/User-Manual/Query-Data.md
index fe0bc93..42b3490 100644
--- a/src/UserGuide/Master/User-Manual/Query-Data.md
+++ b/src/UserGuide/Master/User-Manual/Query-Data.md
@@ -2076,7 +2076,7 @@ select status,temperature from root.ln.wf01.wt01 where 
time > 2024-07-07T00:05:0
 
 which means:
 
-The selected device is ln group wf01 plant wt01 device; the selected 
timeseries is "status" and "temperature". The SQL statement requires rows 3 to 
4 of  the status and temperature sensor values between the time point of 
"2024-07-07T00:05:00.000" and "2024-07-12T00:12:00.000" (with the first row 
numbered as row 0).
+The selected equipment is the ln group wf01 factory wt01 equipment; The 
selected time series are "state" and "temperature". The SQL statement requires 
the return of the status and temperature sensor values between the time 
"2024-07-07T00:05:00.000" and "2024-07-12T00:12:00.0000" on lines 3 to 7 (the 
first line is numbered as line 0).
 
 The result is shown below:
 
diff --git a/src/UserGuide/latest/User-Manual/Query-Data.md 
b/src/UserGuide/latest/User-Manual/Query-Data.md
index a917344..1f89429 100644
--- a/src/UserGuide/latest/User-Manual/Query-Data.md
+++ b/src/UserGuide/latest/User-Manual/Query-Data.md
@@ -2077,7 +2077,8 @@ select status,temperature from root.ln.wf01.wt01 where 
time > 2024-07-07T00:05:0
 
 which means:
 
-The selected device is ln group wf01 plant wt01 device; the selected 
timeseries is "status" and "temperature". The SQL statement requires rows 3 to 
4 of  the status and temperature sensor values between the time point of 
"2024-07-07T00:05:00.000" and "2024-07-12T00:12:00.000" (with the first row 
numbered as row 0).
+The selected equipment is the ln group wf01 factory wt01 equipment; The 
selected time series are "state" and "temperature". The SQL statement requires 
the return of the status and temperature sensor values between the time 
"2024-07-07T00:05:00.000" and "2024-07-12T00:12:00.0000" on lines 3 to 7 (the 
first line is numbered as line 0).
+
 
 The result is shown below:
 
diff --git a/src/zh/UserGuide/Master/User-Manual/Query-Data.md 
b/src/zh/UserGuide/Master/User-Manual/Query-Data.md
index b52a10b..fba9d38 100644
--- a/src/zh/UserGuide/Master/User-Manual/Query-Data.md
+++ b/src/zh/UserGuide/Master/User-Manual/Query-Data.md
@@ -2234,7 +2234,7 @@ select status,temperature from root.ln.wf01.wt01 where 
time > 2024-07-07T00:05:0
 
 含义:
 
-所选设备为 ln 组 wf01 工厂 wt01 设备; 选择的时间序列是“状态”和“温度”。 SQL 语句要求返回时间“ 
2024-07-07T00:05:00.000”和“ 2024-07-12T00:12:00.000”之间的状态和温度传感器值的第 3 至 4 行(第一行) 
编号为第 0 行)。
+所选设备为 ln 组 wf01 工厂 wt01 设备; 选择的时间序列是“状态”和“温度”。 SQL 语句要求返回时间“ 
2024-07-07T00:05:00.000”和“ 2024-07-12T00:12:00.000”之间的状态和温度传感器值的第 3 至 7 
行(第一行编号为第 0 行)。
 
 结果如下所示:
 
diff --git a/src/zh/UserGuide/latest/User-Manual/Query-Data.md 
b/src/zh/UserGuide/latest/User-Manual/Query-Data.md
index 59a6c2f..a5e568e 100644
--- a/src/zh/UserGuide/latest/User-Manual/Query-Data.md
+++ b/src/zh/UserGuide/latest/User-Manual/Query-Data.md
@@ -2234,7 +2234,7 @@ select status,temperature from root.ln.wf01.wt01 where 
time > 2024-07-07T00:05:0
 
 含义:
 
-所选设备为 ln 组 wf01 工厂 wt01 设备; 选择的时间序列是“状态”和“温度”。 SQL 语句要求返回时间“ 
2024-07-07T00:05:00.000”和“ 2024-07-12T00:12:00.000”之间的状态和温度传感器值的第 3 至 4 行(第一行) 
编号为第 0 行)。
+所选设备为 ln 组 wf01 工厂 wt01 设备;选择的时间序列为“状态”和“温度”。 SQL 要求返回时间“ 
2024-07-07T00:05:00.000”和“ 2024-07-12T00:12: 00.000 
”之间的状态和温度传感器值的第3至7行(第一行编号为第0行)。
 
 结果如下所示:
 

Reply via email to