Mega Code Archive

 
Categories / MySQL Tutorial / Math Numeric Functions
 

ROUND(1 298, 1)

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