select mydate,myscore from mytable where myscore=(select max(myscore) from mytable);