自己的查询语句有没有用到索引,查询效率怎么样,用explain就能很方便的看出来
如:select * from gps where car_no='999' and report_time >= '2013-01-01 00:00:00' and report_time < '2013-01-02 00:00:00';
将返回如下信息
列 | 说明 |
自己的查询语句有没有用到索引,查询效率怎么样,用explain就能很方便的看出来
如:select * from gps where car_no='999' and report_time >= '2013-01-01 00:00:00' and report_time < '2013-01-02 00:00:00';
将返回如下信息
列 | 说明 |