Jan 9, 2006 #1 anasazii Programmer Jun 19, 2001 59 US Hello all, I've got a table that has a column default value of 2005. Is there any way that I can remove this default? The closest I've gotten is the following: Code: alter table xxtpm.tpm_project_savings modify (SAVINGS_YEAR NUMBER DEFAULT NULL) Thanks, Janel
Hello all, I've got a table that has a column default value of 2005. Is there any way that I can remove this default? The closest I've gotten is the following: Code: alter table xxtpm.tpm_project_savings modify (SAVINGS_YEAR NUMBER DEFAULT NULL) Thanks, Janel