qiaojialin commented on a change in pull request #1650:
URL: https://github.com/apache/incubator-iotdb/pull/1650#discussion_r486748080



##########
File path: docs/zh/UserGuide/Operation Manual/DML Data Manipulation Language.md
##########
@@ -156,6 +156,14 @@ select wf01.wt01.status,wf02.wt02.hardware from root.ln 
where (time > 2017-11-01
 该SQL语句的执行结果如下:
 <center><img style="width:100%; max-width:800px; max-height:600px; 
margin-left:auto; margin-right:auto; display:block;" 
src="https://user-images.githubusercontent.com/13203019/51577450-dcfe0800-1ef4-11e9-9399-4ba2b2b7fb73.jpg";></center>
 
+#### 根据时间降序返回
+IoTDB 在 0.10.x 之后支持 'order by time' 语句, 用于对结果按照时间进行降序展示。例如,SQL语句为:

Review comment:
       ```suggestion
   IoTDB 在 0.11 之后支持 'order by time' 语句, 用于对结果按照时间进行降序展示。例如,SQL语句为:
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to