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 -> Howto do undo a default clause?

Howto do undo a default clause?

From: Nuno Souto <wizofoz2k_at_yahoo.com.au>
Date: 31 Jul 2003 18:16:02 -0700
Message-ID: <73e20c6c.0307311716.3889bf5c@posting.google.com>


create table zot(
f1 number default 0,
f2 date);
.
.
.

Kewl!
Now, I want to remove the "DEFAULT 0"
from the table.
.
.
.

alter table zot modify(f1 ......<wth?>);
.
.
.

<don't tell me the darn thing is a hidden contraint!>

TIA for any help.
Cheers
Nuno Souto
wizofoz2k_at_yahoo.com.au.nospam

PS: Of course, all usual avenues of doco have been exhausted b4 coming here. 8ir3, same in 9ir2. Received on Thu Jul 31 2003 - 20:16:02 CDT

Original text of this message

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