Jialin Qiao created IOTDB-217:
---------------------------------
Summary: A new predicate of time
Key: IOTDB-217
URL: https://issues.apache.org/jira/browse/IOTDB-217
Project: Apache IoTDB
Issue Type: New Feature
Reporter: Jialin Qiao
I have encountered an issue that our SQL cannot support well.
The scenario is: I want to get the data between 9:00am to 12:00am in each day
last week.
Could we add a new sql to do that? The sql maybe like this:
select s0 from root.d0 where time >= now()-1week and time <= now() groupby
time(1d) innerInterval(9h, 12h)
--
This message was sent by Atlassian Jira
(v8.3.2#803003)