how to remove default value
730939Jan 6 2011 — edited Jan 6 2011Hi,
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,