This Oracle tutorial explains how to use the Oracle/PLSQL ROUND function (as it applies to numeric values) with syntax and examples.
The Oracle/PLSQL ROUND function returns a number rounded to a certain number of decimal places.
The syntax for the ROUND function in Oracle/PLSQL is:
The number to round.
Optional. The number of decimal places rounded to. This value must be an integer. If this parameter is omitted, the ROUND function will round the number to 0 decimal places.
The ROUND function (as it applies to numbers) returns a numeric value.
The ROUND function can be used in the following versions of Oracle/PLSQL:
Let's look at some Oracle ROUND function examples and explore how to use the ROUND function in Oracle/PLSQL.
For example: