会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Convert By Toney
CnBlogs
Home
New Post
Contact
Admin
Subscription
04 2016 档案
MySQL索引用法
摘要:查看索引 show index from 数据库表名 alter table 数据库add index 索引名称(数据库字段名称) PRIMARY KEY(主键索引) ALTER TABLE `table_name` ADD PRIMARY KEY ( `column` ) UNIQUE(唯一索引)
阅读全文
posted @
2016-04-13 01:59
Convert
阅读(432)
评论(0)
推荐(0)
公告