1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #1807 from Carbda/patch-3

在网页里面的格式有点问题,文字被拉长了,markdown里面加一行就可以解决
This commit is contained in:
Guide 2022-08-26 12:43:07 +08:00 committed by GitHub
commit 57bc0dbc77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,6 +187,7 @@ SELECT id FROM table WHERE id=1;
> 那么直接根据这个索引就可以查到数据,也无需回表。
覆盖索引:
![](https://img-blog.csdnimg.cn/20210420165341868.png)
## 联合索引