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 78cd84f619 Update Arithmetic Query in UserGuide (#7471)
78cd84f619 is described below

commit 78cd84f61968c1de395262d5b204afa3b374e4b7
Author: 肖志红 <[email protected]>
AuthorDate: Wed Sep 28 22:17:18 2022 +0800

    Update Arithmetic Query in UserGuide (#7471)
---
 docs/UserGuide/Query-Data/Select-Expression.md    | 2 +-
 docs/zh/UserGuide/Query-Data/Select-Expression.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/UserGuide/Query-Data/Select-Expression.md 
b/docs/UserGuide/Query-Data/Select-Expression.md
index 5932d162e1..927519e468 100644
--- a/docs/UserGuide/Query-Data/Select-Expression.md
+++ b/docs/UserGuide/Query-Data/Select-Expression.md
@@ -64,7 +64,7 @@ From this syntax definition, `selectExpr` can contain:
 ## Arithmetic Query
 
 
-> Please note that Aligned Timeseries has not been supported in Arithmetic 
Query yet. An error message is expected if you use Arithmetic Query with 
Aligned Timeseries selected.
+> Please note that there is no difference between Aligned Timeseries and 
NonAligned Timeseries in the current version, both support Arithmetic 
Expression. 
 
 ### Operators
 
diff --git a/docs/zh/UserGuide/Query-Data/Select-Expression.md 
b/docs/zh/UserGuide/Query-Data/Select-Expression.md
index 62d9445df9..4a3af92bc2 100644
--- a/docs/zh/UserGuide/Query-Data/Select-Expression.md
+++ b/docs/zh/UserGuide/Query-Data/Select-Expression.md
@@ -64,7 +64,7 @@ selectExpr
 
 ## 算数运算查询
 
-> 请注意,目前对齐时间序列(Aligned Timeseries)尚不支持算数运算查询。算数运算所选时间序列包含对齐时间序列时,会提示错误。
+> 请注意,对齐时间序列和非对齐时间序列在当前版本中没有任何区别,均支持算数运算查询。
 
 ### 运算符
 

Reply via email to