#180·JCSprout

关于【SQL优化】中的【不要让数据库帮我们做强制类型转换】和【如果需要进行 join,两表的字段类型要相同】的一点疑问

作者: liueleven创建于 2019年9月27日更新于 2021年5月8日

Using where; Using index interpretation:

  • Using index, the query does not need to return data, but can be obtained directly through the index. If using where is also present, it means that the index is used to find the value, and there is no using

内容来源: crossoverJie/JCSprout