athletes a JOIN athlete_events b ON a.id = b.athlete_id having a.name not in (select a.name from athletes a join athlete_events b on a.id = b.athlete_id where b.medal = 'silver' group by a.name) and a ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results