Subject | Re: [ib-support] Fw: NOT NULL question |
---|---|
Author | Ivan Prenosil |
Post date | 2001-12-18T11:35:07Z |
> > Is there a way to add a NOT NULL constraint to a column, with ALTER TABLE ? (Interbase 6).But unlike "true" not null constraint, you can't create pk/unique constraint
>
> ALTER TABLE ADD CONSTRAINT MyColNotNull
> CHECK (MyCol is not null);
on such column.
Ivan
http://www.volny.cz/iprenosil/interbase