Stephane Combaudon's blog

Using NULL values is

Taxonomy upgrade extras: 

Using NULL values is dangerous because it can lead to incorrect results (or at least unexpected results). Take the following table: CREATE TABLE t ( id int(11) NOT NULL DEFAULT 0, city varchar(10) DEFAULT NULL );

Subscribe to RSS - Stephane Combaudon's blog