If you want to round your decimal to the nearest integer, use ROUND(). Examples: SELECT ROUND(1.9) /* return 2 */ SELECT ROUND(1.1) /* return 1 */.
確定! 回上一頁