ACOS() > create table t1(a float,b int);> insert into t1 values(0.5,1);+---------+---------++---------+---------+| 1.0472 | 0.0000 |+---------+---------+MatrixOne目前只支持在查询表的时候使用函数,不支持单独使用函数。