Challenges

  • + 2 comments

    I think you have to split the problem, 1. Subquery where you find the max(ChallengedCount) 2. Subquery where find elements who appear at least two times except (subquery 1) 3. Query where find all elements except (suquery 2)

    I hope it help you all