| Parameter | Type | 
|---|---|
| x | decimal, double | 
Returns: decimal
Example
query:
SELECT ROUND(3.2)results:
| round | 
|---|
| 3.00 | 
The mathematical function to round a decimal value to the nearest integer value.
| Parameter | Type | 
|---|---|
| x | decimal, double | 
query:
SELECT ROUND(3.2)results:
| round | 
|---|
| 3.00 |