In Oracle, MySQL, and PostgreSQL, you can use either the CEIL() or CEILING() function to round up. SELECT CEIL(5.2) SELECT CEILING(5.2) Output: 6 ...
確定! 回上一頁