Mega Code Archive

 
Categories / MySQL Tutorial / Math Numeric Functions
 

Division

mysql> mysql> SELECT 3/5; +--------+ | 3/5    | +--------+ | 0.6000 | +--------+ 1 row in set (0.00 sec) mysql>