会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
saber丶吾王
CnBlogs
Home
New Post
Contact
Admin
Subscription
2019年3月31日
mysql (六)
约束: 非空约束: 创建表时添加: 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)
公告