Left Join with self filtering doesn't work with subquery

前端 未结 0 1160
再見小時候
再見小時候 2021-02-13 00:50

I\'m trying to get only the most highest \'scores\' of the table. I\'m using left join to the same table and filtering like this:

SELECT a.*
FROM (MySubQuery) a
L         


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