mysql explain用法和结果的含义

转自:http://blog.chinaunix.net/uid-540802-id-3419311.html   explain显示了mysql如何使用索引来处理select语句以及链接表。能够帮助选择更好的索引和写出更优化的查询语句。html 使用方法,在select语句前加上explain就能够了:mysql 如:sql explain select surname,first_name f
相关文章
相关标签/搜索