adding not null constraint to existing table
339470Nov 15 2002 — edited Aug 15 2008hi, i am trying to add a not null constraint to a column i have already created.
i have this
ALTER TABLE mytable
MODIFY (mynumber NUMBER(8,2) NOT NULL);
but i need to give this constraint a name.