OQL ROUND

Last modified: August 27, 2024

Description

The ROUND function rounds a given numeric expression.

Syntax

The syntax is as follows:

ROUND ( numeric_expression , length )

numeric_expression

numeric_expression specifies the expression which must be rounded. This expression must be a numeric expression.

length

length specifies the amount of decimals to which the expression must be rounded.