会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Zioyi
博客园
首页
新随笔
联系
订阅
管理
2020年8月29日
mysql:刚刚知道的冷知识(一)
摘要: 唯一索引的值可以null 1.创建一张user表,name字段指定为唯一索引 create table user( id int primary key auto_increment, name varchar(16), unique unique_name (name(16)) ); 2.插入一条
阅读全文
posted @ 2020-08-29 20:35 Zioyi
阅读(184)
评论(0)
推荐(0)
编辑
公告