You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "刘珍 (Jira)" <ji...@apache.org> on 2021/01/26 03:00:08 UTC

[jira] [Created] (IOTDB-1127) select数学函数报语法错误Msg: 401:

刘珍 created IOTDB-1127:
-------------------------

             Summary: select数学函数报语法错误Msg: 401: 
                 Key: IOTDB-1127
                 URL: https://issues.apache.org/jira/browse/IOTDB-1127
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Server
         Environment: 0.11.3-SNAPSHOT|
            Reporter: 刘珍


create timeseries root.db_1.tab1.salary with datatype=INT64,encoding=PLAIN ;

insert into root.db_1.tab1(time,salary) values(1000,3000);

select salary,sin(salary) from root.db_1.tab1;
Msg: 401: line 1:17 mismatched input '(' expecting \{FROM, ',', '.'}


 



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