TRUNCATE(10.28*100,0); : TRUNCATE : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » TRUNCATE »

 

TRUNCATE(10.28*100,0);


mysql>
mysql> SELECT TRUNCATE(10.28*100,0);
+-----------------------+
| TRUNCATE(10.28*100,0|
+-----------------------+
|                  1028 |
+-----------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Math Numeric Functions
» TRUNCATE