Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Not Null Syntax ---

Re: Not Null Syntax ---

From: Jeffery D Thomas <thomasjd_at_EMAIL.WPAFB.AF.MIL>
Date: Tue, 16 Jan 1996 14:21:24 -0500
Message-Id: <9601162054.AA00687@alice.jcc.com>


>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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US