/
ROUND
ROUND
Syntax
ROUND(<number>)
Description
Returns the closest integer to the argument.
Examples
Column1 | ROUND() returns |
---|---|
5.4 | 5 |
5.5 | 6 |
-5.5 | -6 |
ROUND(<number>)
Returns the closest integer to the argument.
Column1 | ROUND() returns |
---|---|
5.4 | 5 |
5.5 | 6 |
-5.5 | -6 |