约束: 非空约束: 创建表时添加: create table stu( id int , name varchar(20) not null ) 创建完表之后 alter table stu modify name varchar(20) not null 删除约束: alter table stu Read More
posted @ 2019-03-31 15:12 saber丶吾王 Views(218) Comments(0) Diggs(1)