Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Help me altering table defination
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
![]() |
![]() |