Hi, Shouldn't this create statement trigger an error?
create table bar (col1 int not null default null); Shouldn't I be forbidden to insert null values into a non null column? Regards, Behi -- "We can only see a short distance ahead, but we can see plenty there that needs to be done." - Alan Turing "Science is a differential equation. Religion is a boundary condition" - Alan Turing Behrang Saeedzadeh http://www.jroller.com/page/behrangsa http://my.opera.com/behrangsa ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend