Table locks during a modify column to not null
what locks would one expect during an
alter table test modify col_name not null
Would one expect users to be locked out of the table while the not null condition is checked.
what locks would one expect during an
alter table test modify col_name not null
Would one expect users to be locked out of the table while the not null condition is checked.