OQL ROUND

Last modified: April 20, 2023

1 Description

The ROUND function rounds a given numeric expression.

2 Syntax

The syntax is as follows:

1
ROUND ( numeric_expression , length )

2.1 numeric_expression

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

2.2 length

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