ADDING A NEW NOT NULL COLUMN
907301Jan 22 2012 — edited Jan 22 2012Hi,
I'm trying to add a new not null column to the existing default emp table. Initially I've created the column(like BONUS) and then I'm trying to apply the constraint on it by alter command. But This one is not happening I mean constraint is not being added to the column as already the column will have NULL values for existing records(or rows). Can any one help me how to solve the issue?
Thanks & Regards,
Vishnu.