The ceil( ) and floor() functions are used to round either up or down to the closest integer, as demonstrated by the following: mysql> SELECT CEIL(72.445), ...
確定! 回上一頁