会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
轻风飞落叶
博客园
首页
新随笔
联系
管理
订阅
2018年5月2日
MySQL基本操作
摘要: 1、表约束 ①非空约束 not null 有非空约束的字段,insert的时候,必须添加,空字符不等于null。 mysql>create table tb1( ->id int, ->name varchar(20) not null ->); 添加非空约束 mysql> alter table
阅读全文
posted @ 2018-05-02 17:17 轻风飞落叶
阅读(235)
评论(0)
推荐(0)
公告