round(value [,digits])

Round a value to a specified number of digits. If no digit value is specified, it defaults to 0 and rounds to the nearest integer value.

Example

round(1234.123, 2)