mysql单列索引和联合索引 引用自:https://my.oschina.net/857359351/blog/658668第一张表gift和索引为联合索引,如图:第二张表gift2为单列索引,如图:下面开始进行测试:相同的SQL分别查询两张表,使用EXPLAIN解析一下SQL select * from gift where name = '道具' and scene_type=1;... 数据库 2023-09-13 49 点赞 0 评论 74 浏览