SELECT ROUND(45e-1) -> 4 -- The nearest even value is 4 SELECT ROUND(55e-1) -> 6 -- The ... To round up a number use either the CEIL() or CEILING() function
確定! 回上一頁