Apache Presto - 数学函数 ceiling(x)

查询

presto:default> select ceiling(4.7) as ceiling;
 ceiling 
--------- 
   5.0

4.7 的上限是 5.0,四舍五入到下一个整数。

apache_presto_sql_functions.html