摘要: http://www.51testing.com/html/41/n-4421541.html 1 负向条件查询(例如:!=、not in、not exists)都是不能使用索引,少用 可以使用:select * from Order where Status in (1,2,3) 2 尽量不要使用 阅读全文
posted @ 2018-10-29 10:04 caojuanshu 阅读(184) 评论(0) 推荐(0)