Jan 9, 2006 #1 anasazii Programmer Joined Jun 19, 2001 Messages 59 Location 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
Jan 9, 2006 #2 carp MIS Joined Sep 16, 1999 Messages 2,622 Location US That's the way you do it! Well done. Upvote 0 Downvote