ROUND( [, ]): To round off a number, you must specify that number as an argument of the funct : Round « Math « SQL / MySQL






ROUND( [, ]): To round off a number, you must specify that number as an argument of the funct

    
ion.
mysql>
mysql> SELECT ROUND(4.27943, 2);
+-------------------+
| ROUND(4.27943, 2) |
+-------------------+
|              4.28 |
+-------------------+
1 row in set (0.00 sec)

   
    
    
    
  








Related examples in the same category

1.ROUND value in MySQL
2.To know the percentage distribution