function round(expression)

round() returns the numerical expression, rounded to the nearest integer.

Arguments:
expression: A numeric expression that represents the angle in radians.

Example Query:
    RETURN round(3.141592)