Subject | Re: [ib-support] Re: changing a column type to not null |
---|---|
Author | Martijn Tonies |
Post date | 2002-05-08T06:54:27Z |
Hi,
WARNING!!
differently!!!
Make sure to look it up first!!
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
WARNING!!
> DELETE FROM RDB$RELATION_CONSTRAINTS'INTEG_7' is the name of the existing constraint -- it can be named
> WHERE
> (RDB$CONSTRAINT_TYPE = 'NOT NULL') AND
> (RDB$RELATION_NAME = 'TABLE_NAME') AND
> (RDB$CONSTRAINT_NAME = 'INTEG_7');
differently!!!
Make sure to look it up first!!
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."