Posted by othellomy on 11/13/06 07:04
Also, SQL server defaults to 'allow nulls' when creating tables. (It usually is when nothing is specified then 'not null' is default value). for example; create table t1(c1 int, c2 int) insert t1(c1) values(0) select * from t1 c1 c1 0 null
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming