SELECT matches.match_id AS matches_match_id, matches.scheduled_date AS matches_scheduled_date, matches.home_team_id AS matches_home_team_id, matches.away_team_id AS matches_away_team_id, matches.cost AS matches_cost, matches.comments AS matches_comments
FROM matches
WHERE matches.home_team_id = ? AND matches.away_team_id = ? OR matches.home_team_id = ? AND matches.away_team_id = ?
Empty set