75
MySQL ROUND() Function
The round() is a Math function of MySQL. This function is used to round off the given number.
Syntax
Parameter:
number: value to be round off.
Returns
This function returns a number rounded to a certain number of decimal places.
Example 1
Output:
Example 2
Output:
Next TopicMySQL Math