I have a table with a column that contains a few null values. I want to add a NOT NULL constraint on that column without updating the existing nulls to a non-nu
NOT NULL
Hammad: I face the problem and solve like following:
Alter table thr_empl_info modify THR_EM_DESIGNATION_ID not null