Apache Presto - 数学函数 sqrt(x)

查询

presto:default> select sqrt(3) as squareroot; 
   squareroot 
-------------------- 
 1.7320508075688772 

3 的平方根是 1.732。

apache_presto_sql_functions.html