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 ca4400d  Modify V1.2 view document
ca4400d is described below

commit ca4400da2a3e4d4d11f07f60add495da5766352e
Author: majialin <[email protected]>
AuthorDate: Wed Jul 10 09:33:58 2024 +0800

    Modify V1.2 view document
---
 src/zh/UserGuide/V1.2.x/User-Manual/IoTDB-View_timecho.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/zh/UserGuide/V1.2.x/User-Manual/IoTDB-View_timecho.md 
b/src/zh/UserGuide/V1.2.x/User-Manual/IoTDB-View_timecho.md
index 59e2dd2..ec2af61 100644
--- a/src/zh/UserGuide/V1.2.x/User-Manual/IoTDB-View_timecho.md
+++ b/src/zh/UserGuide/V1.2.x/User-Manual/IoTDB-View_timecho.md
@@ -428,7 +428,6 @@ ALTER view root.turbine.d1.s1 UPSERT TAGS(tag2=newV2, 
tag3=v3) ATTRIBUTES(attr3=
 
 因为一个视图就是一条序列,因此可以像删除时间序列一样删除一个视图。
 
-扩充原有删除时间序列的方法,不新增`DELETE VIEW`的语句。
 
 ```SQL
 DELETE VIEW root.view.device.avg_temperatue

Reply via email to