会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
尘风
红尘往事,一切随风
博客园
首页
博问
闪存
新随笔
订阅
管理
2020年10月21日
Mysql的5种索引添加类型
摘要: 1、添加普通索引: alter table 'table_name' add index index_name('column') 2、添加主键索引 alter table 'table_name' add primary key('column') 3、添加唯一索引 alter table 'ta
阅读全文
posted @ 2020-10-21 16:50 一个行者
阅读(537)
评论(0)
推荐(0)
编辑