1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

在网页里面的格式有点问题,文字被拉长了,markdown里面加一行就可以解决

在网页里面的格式有点问题,文字被拉长了,markdown里面加一行就可以解决
This commit is contained in:
Carbda 2022-08-25 23:14:50 +08:00 committed by GitHub
parent 4b9dbce395
commit 08de6e2f3e
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)
## 联合索引