ROUND(23.298, -1) : ROUND : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » ROUND »

 

ROUND(23.298, -1)


mysql>
mysql> SELECT ROUND(23.298, -1);
+-------------------+
| ROUND(23.298, -1|
+-------------------+
|                20 |
+-------------------+
row in set (0.00 sec)

mysql>
mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Math Numeric Functions
» ROUND