Apache Presto - 数学函数 round(x)

查询

presto:default> select round(5.9) as round_value; 
 round_value 
------------- 
    6.0

输出结果被四舍五入

apache_presto_sql_functions.html