Should I use single of composite index?

前端 未结 0 993
傲寒
傲寒 2021-01-13 16:05

What is the right way to set index for next query?

SELECT t1.purchaseNumber, t1.parsing_status, t1.docPublishDate
  FROM xml_files t1
  LEFT JOIN xml_files t2         


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