How MySQL deals with non-exist number : Int « Data Type « SQL / MySQL






How MySQL deals with non-exist number

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

mysql>

   
    
    
    
    
    
    
  








Related examples in the same category

1.Int(11) not null
2.Default null value for Int type column
3.INTEGER(4) ZEROFILL
4.The width specification is most often used with zerofill
5.Compare with integers
6.INT UNSIGNED