alter table 表名 add constraint ck_char check(自段名 like '[a-z]' or 自段名 like '[A-Z]')
转载于:https://www.cnblogs.com/liuruiguang/p/5975279.html
alter table 表名 add constraint ck_char check(自段名 like '[a-z]' or 自段名 like '[A-Z]')
转载于:https://www.cnblogs.com/liuruiguang/p/5975279.html