Steve Yurong Su created IOTDB-1023:
--------------------------------------

             Summary: Arithmetic Operations In WHERE Clauses
                 Key: IOTDB-1023
                 URL: https://issues.apache.org/jira/browse/IOTDB-1023
             Project: Apache IoTDB
          Issue Type: Sub-task
          Components: Core/Engine
            Reporter: Steve Yurong Su


h1. Some Examples

SELECT a FROM root.sg.d WHERE -a < 100;

SELECT a, b, c FROM root.sg.d WHERE b * b - 4 * a * c > 0;

SELECT a, b FROM root.sg.d WHERE bool_value * (a - b) < 0;

SELECT a FROM root.sg.d WHERE -3.14 + a / 15 + 926 < 314.15;

SELECT a FROM root.sg.d WHERE +a % 3.14 > 3;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to