Vous ne savez pas à quoi correspond la date, mais qu'en est-il de l'utilisation des agrégats réguliers ?
SELECT
MIN(`Date`) AS `FirstOfDate`,
MIN(`Time`) AS `FirstOfTime`,
`HomeMatchingId`,
`AwayMatchingId`,
`RunningStatus`
FROM `20121202`
GROUP BY
`HomeMatchingId`,
`AwayMatchingId`,
`RunningStatus`
HAVING
`RunningStatus`=1