标签:tor _id 技术 .com ges alt from font blog
mysql 演示数据库:http://downloads.mysql.com/docs/sakila-db.zip
对于 or 语句,如果要利用索引,则 or 之间的每个条件都必须有索引
rental 表索引情况
explain select * from rental where staff_id=‘‘ or inventory_id=‘‘\G;
explain select * from rental where rental_date=‘‘ or inventory_id=‘‘\G;
标签:tor _id 技术 .com ges alt from font blog
原文地址:http://www.cnblogs.com/dsitn/p/7092298.html