Round

sql

FUNCTION Round(IN r REAL) RETURNS INT;

Parameters

r real number from the Integer type range

Description

The Round function rounds the real number to the closest integer.

Function value

This function returns the closest integer number to the parameter value. If the parameter value is out of the Integer type range, the function value is not defined.

See