Top Competitors

  • + 0 comments

    why is this wrong:

    select h.hacker_id, h.name from Hackers h where count(*) from ( select s.hacker_id from submissions s join challenges c on c.challenge_id = s.challenge_id join difficulty d on d.difficulty_level = c.difficulty_level where d.score = s.score group by hacker_id, challenge_id )

    0 order by count(challenge) desc