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 -> Help me altering table defination

Help me altering table defination

From: Norazman <norazman_at_ti.com>
Date: Mon, 03 Jan 2000 10:26:46 +0800
Message-ID: <387008E6.46B6D9BE@ti.com>


Hi,
I have a table with one a date data type. Currently that field having a defaut of sysdate.

Ie
 Create table x
(mydate date default sysdate
..
..

);

Is there any easy way I can remove the default without having to re-create the table.
Thanks. Received on Sun Jan 02 2000 - 20:26:46 CST

Original text of this message

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