ROUND(150.000,2)/ROUND(150,2) : ROUND : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » ROUND »

 

ROUND(150.000,2)/ROUND(150,2)


mysql>
mysql> SELECT ROUND(150.000,2), ROUND(150,2);
+------------------+--------------+
| ROUND(150.000,2| ROUND(150,2|
+------------------+--------------+
|           150.00 |       150.00 |
+------------------+--------------+
row in set (0.01 sec)

mysql>



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Math Numeric Functions
» ROUND