Mega Code Archive

 
Categories / MySQL / Data Type
 

How MySQL deals with non-exist number

mysql> mysql> SELECT 10 / 0; +--------+ | 10 / 0 | +--------+ |   NULL | +--------+ 1 row in set (0.00 sec) mysql>