Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> How to drop a default value for a column
Hi all,
I have a table
xxx
col1 varchar2(10) default 'x' null,
col2 varchar2((100) not null
/
now I would like to drop the default value for col1
How to do it?
rgds
Kalle
Received on Tue Nov 29 2005 - 00:38:07 CST