Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I remove a default value from a column?

Status
Not open for further replies.

anasazii

Programmer
Jun 19, 2001
59
0
0
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top