Why is a query with one outer join taking so long?

前端 未结 0 835
太阳男子
太阳男子 2021-01-31 06:19

I have the following query:

SELECT t.TOUR, t.ROUND, t.ID1, t.ID2
FROM belgarath.today_atp AS t
LEFT OUTER JOIN belgarath.match_ as m
ON m.tour_id = 0
AND t.TOUR =         


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