Mega Code Archive

 
Categories / MySQL Tutorial / Math Numeric Functions
 

Multiplication

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