Does MySQL use only one index per query/sub-query?

前端 未结 0 833
醉梦人生
醉梦人生 2020-12-23 13:03

Please assume the following query:

select dic.*, d.syllable
from dictionary dic 
join details d on d.word = dic.word

As you know (and I heard

相关标签:
回答
  • 消灭零回复
提交回复
热议问题