Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to remove default value

730939Jan 6 2011 — edited Jan 6 2011
Hi,

I have created a table as below,

*create table emp(name varchar2(30) default 'TEST', age number(3));*

now i want to remove the default value from the column name, how to remove the default value without droping and recreating the table.


Thanks in advance,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 3 2011
Added on Jan 6 2011
10 comments
7,177 views