首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

索引解决思路

2012-03-15 
索引alter table c add index(a,b)和alter table c add index a,alter table c add index b这两种有什么区

索引
alter table c add index(a,b)和alter table c add index a,alter table c add index b这两种有什么区别啊,效率上面,请大家帮忙一下
 

[解决办法]
第一句是加包括ab组成得复合索引
第二局是加a索引 再加b索引

热点排行