Rounding

Syntax

ROUND …numeric-expr…

Typing

numeric -> numeric

Description

Return the closest round value.

The result has the same type than the operand.

Examples

expression evaluates to
ROUND 42.4 42

See Also

Ceiling function Floor function Rounding to selected precision