Home » MySQL Math ROUND() Function

MySQL Math ROUND() Function

by Online Tutorials Library

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:

MySQL Math ROUND() Function

Example 2

Output:

MySQL Math ROUND() Function

Next TopicMySQL Math

You may also like