Mega Code Archive

 
Categories / MySQL Tutorial / Math Numeric Functions
 

Subtraction

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