現(xiàn)有表test,分別設(shè)置單號(hào)、條碼、時(shí)間、備注、金額等字段限設(shè)置索引A:單號(hào),B:條碼,C:時(shí)間EXPLAINSELECT count(*)? FROM test WHERE 時(shí)間>='2018-11-14 00:00:00' AND 時(shí)間<'2018-11-15 00:00:00' group by 單號(hào),條碼;這句Sql未使用索引 key = null? ? ?key_len=null? ? ?type =ALL如何優(yōu)化成使用索引 !!!不使用between and 的情況下!
mysql 索引未使用
夢(mèng)魘Sama
2018-11-14 10:58:14