wshao08 opened a new pull request #1400:
URL: https://github.com/apache/incubator-iotdb/pull/1400


   JIRA issue: https://issues.apache.org/jira/browse/IOTDB-627
   
   Timeseries deletion support more SQL expressions:
   
   delete from root.sg.d1.s1 where time < 10
   delete from root.sg.d1.s1 where time <= 10
   delete from root.sg.d1.s1 where time < 20 and time > 10
   delete from root.sg.d1.s1 where time <= 20 and time >= 10
   delete from root.sg.d1.s1 where time > 20
   delete from root.sg.d1.s1 where time >= 20
   delete from root.sg.d1.s1 where time = 20


----------------------------------------------------------------
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