You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xiaozhihong (Jira)" <ji...@apache.org> on 2022/01/11 07:27:00 UTC

[jira] [Created] (IOTDB-2351) select into在fill查询中需支持多个where time条件(<,=,>,<=,>=)

xiaozhihong created IOTDB-2351:
----------------------------------

             Summary: select into在fill查询中需支持多个where time条件(<,=,>,<=,>=)
                 Key: IOTDB-2351
                 URL: https://issues.apache.org/jira/browse/IOTDB-2351
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Server
    Affects Versions: 0.13.0-SNAPSHOT
            Reporter: xiaozhihong
         Attachments: image-2022-01-11-15-20-06-452.png

In the select into fill query, the where condition is not less than or equal to, only where time is equal to.
Such as:
(1)select s1 into fill_s1 
from root.sg.d2  where time = 10 
fill(float [linear, 1ms, 1ms]) ;
(2)  select s1  into fill_s1 
from root.sg.d2 where time < 5 
fill(float [linear, 1ms, 1ms]) ;



!image-2022-01-11-15-20-06-452.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)