mysql中能够使用索引的典型场景

mysql 演示数据库:http://downloads.mysql.com/docs/sakila-db.zip 匹配全值   explain select * from rental where rental_date='2005-05-25 17:22:10' and inventory_id=373 and customer_id=343     匹配值的范围查询     explain
相关文章
相关标签/搜索