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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to remove a default value from a column

Re: How to remove a default value from a column

From: John Chiu <johnc_at_relsol.com>
Date: Wed, 29 Sep 1999 12:39:02 -0400
Message-ID: <7stf0k$a8r$1@newsmaster.pathcom.com>


alter table tablename modify (columnname default null);

John Chiu

Jean-Luc wrote in message ...
>Probably a simple one;
>
>Does anybody know how to remove a default value from a column?
>
>Thanks in advance, Jean-Luc
>
>
>
>
Received on Wed Sep 29 1999 - 11:39:02 CDT

Original text of this message

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