Answer: alter table tablename modify (columnname default null);
John Chiu
Question:
Jean-Luc wrote in message ... >Probably a simple one; > >Does anybody know how to remove a default value from a column? > >Thanks in advance, Jean-Luc