ATAN()

    1. > create table t1(a int,b float);
    2. > insert into t1 values(1,3.14159);
    3. +---------+--------------+
    4. +---------+--------------+
    5. | 0.7854 | -0.0000 |
    6. +---------+--------------+

    MatrixOne目前只支持在查询表的时候使用函数,不支持单独使用函数。