Add check constraint to existing column of a table in Mysql

preview_player
Показать описание
How to add check constraint to existing column of a table in mysql is shown
#mysql #mysqltutorial
Рекомендации по теме
Комментарии
Автор

alter table emp add constraint chk_emp check (empid >=7 && empid <=7);
above the condition is worked or not?

GongatiVenkateswarlu
visit shbcf.ru