FLOOR FLOOR (n) Returns the largest integer value that is less than or equal to the input value. Example SQL> SELECT FLOOR(9.9), FLOOR(-9.9) 2 FROM dual; ...
確定! 回上一頁