select max(our_score), opponite,
from (whatever table)
(you will need a where statement that is something like this so you dont get the highest score from one match, and a random score from another match of the other team)
where our_score = '9-15-2002 and Opponites='9-15-2002';
I THINK!