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
相關文章
相關標籤/搜索