問題:left join 時候觸發了全表查詢致使很慢oop
解決:Using where; Using join buffer (Block Nested Loop)總結
總結:其實就是把left join 改成join就能解決這個問題查詢