MySQL ROUND() FunctionThe round() is a Math function of MySQL. This function is used to round off the given number. SyntaxParameter:number: value to be round off. ReturnsThis function returns a number rounded to a certain number of decimal places. Example 1Output: ![]() Example 2Output: ![]()
Next TopicMySQL Math
|