ROUND value in MySQL : Round « Math « SQL / MySQL






ROUND value in MySQL

  
/*
mysql> select ROUND(10,1155555);
+-------------------+
| ROUND(10,1155555) |
+-------------------+
|           -1.#IND |
+-------------------+
1 row in set (0.01 sec)

*/  
select ROUND(10,1155555);

           
         
    
  








Related examples in the same category

1.ROUND( [, ]): To round off a number, you must specify that number as an argument of the funct
2.To know the percentage distribution