round

round

round 介绍

round(expr, d) - 使用HALF_UP舍入模式将表达式expr舍入到小数点后d位。

Examples:

> SELECT round(2.5, 0);
 3

Since: 1.5.0