Apache Presto - 数学函数 Truncate(x)

查询

presto:default> select truncate(5.9) as truncate_value; 
 truncate_value 
---------------- 
     5.0 

此处,结果被截断。

apache_presto_sql_functions.html