ABS
CEIL
FLOOR
올림한 정수를 반환합니다.
CEIL(x)
아래 값을 입력하면 예제에 즉시 반영됩니다.
total_amount
rounded_up
orders
SELECT CEIL(total_amount / 10.0) * 10 AS rounded_up FROM orders;