Left Join with self filtering doesn't work with subquery

前端 未结 0 938
失恋的感觉
失恋的感觉 2021-02-13 00:48

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         


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