round函数
SQL> select round(1.6) from dual;ROUND(1.6)
----------
         2SQL> select round(1.4) from dual;ROUND(1.4)
----------
         1