可以使用以下函数:FOUND:对一个数字执行四舍五入操作。select FOUND(123.51) from dual; TRUNC:把一个数字按照指定的小数位数截断。select TRUNC(123.51) from dual;