Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Not Null Syntax ---
>What is the syntax for removing a not null constraint from a column...
>
>The ALTER TABLE pages in the manual say it can be done but do not show the
>syntax.
>
>Thanks.
Alter Table TABLENAME drop constraint NOT_NULL_CONTRAINT_NAME;
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + Jeff Thomas EMAIL: thomasjd_at_email.wpafb.af.mil + + 88 C-CG/SCTB Faces & Spaces Pest Control Expert + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|Received on Tue Jan 16 1996 - 15:54:07 CST
![]() |
![]() |