5 February 2010, 8:37 pm ::
Match Preview by Sportsbeat
Inghilterra c Galles
L'Inghilterra adesso vogliono fare un ritorno dopo una serie deludente di autunno quando cominciano la loro campagna RBS 6 Nazioni contro Galles il giorno che Twickenham.
La squadra di Martin Johnson ha registrato solo un try piu’ una vittoria unica – tutti e due contro l’Argentina – quest’autunno, ma hanno avuto vittoria nelle ultime quattro partite RBS 6 Nazioni al QG di Rugby.
I Gallesi furono gli ultimi stranieri a trionfare sul territorio inglese nel campionato quando hanno avuto la prima vittoria di quello che eventualmente diventerebbe un Grand Slam nel 2008.
Gli uomini di Warren Gatland hanno vinto le ultime tre cha hanno giocato all’estero nella competizione – ma sono stati colpiti da infortuni a Gethin Jenkins e Matthew Rees dei Lions della prima linea.
Nonostante, la sospensione di full-back Lee Byrne che ha durato due partite e’ finita – dopo l’incidente in cui si e’ aggiunto alla squadra gia’ completa di 15 in una partita Osprey v Leicester – e James Hook torna al centro.
Delon Armitage e Simon Shaw, di nuovo pronti a giocare, ci saranno per ammigliorare le speranze d’Inghilterra nelle 6 Nazioni, e Steve Borthwick e’ sempre capitano.
“Questa e’ la miglior squadra che abbiamo avuto da quando sono arrivato,” dissi Johnson.
“Abbiamo un gruppo, ed e’ sempre un punto forte se si ha tre, quattro o anche cinque ragazzi che vogliono fare capitano.”
Martin Johnson
Inghilterra Form Guide
SELECT TeamTicketLink AS BuyTickets, FixId, FixSource, FixDate, FixTime, FixDays,IF(FixTime IS NOT NULL,CONVERT_TZ(CONCAT(FixDate,' ',FixTime),@@global.time_zone,'+00:00'),NULL) AS GMTFixDateTime, IF(FixTime IS NOT NULL,CONCAT(FixDate,' ',FixTime),NULL) AS FixDateTime, TIME_FORMAT(FixTime,'%H:%i') AS TimeLong, TIME_FORMAT(FixTime,'%l:%i') AS TimeShort,
DATE_FORMAT(FixDate,'%e/%c') AS DateDmShort, DATE_FORMAT(FixDate,'%d/%m') AS DateDmLong, DATE_FORMAT(FixDate,'%e/%c/%y') AS DateDmyShort, DATE_FORMAT(FixDate,'%d/%m/%Y') AS DateDmyLong,
DATE_FORMAT(FixDate,'%a %e %b') AS DateShort, DATE_FORMAT(FixDate,'%a %D %b %y') AS DateAbbrev, DATE_FORMAT(FixDate,'%W %D %M %Y') AS DateLong, DATE_FORMAT(FixDate,'%a') AS DayShort, DATE_FORMAT(FixDate,'%d %b') AS DateDmTxt,
FixTeamA, FixTeamB, CompGroup, CompSubGroup, CompSponsor, CompLive, FixRound AS Round,
FixVenType, IF(VnnmVenueId IS NULL,FixVenCustom,VnnmFullName) AS VenName,
teamsa.TmnmDisplay AS HomeDisplay, teamsb.TmnmDisplay AS AwayDisplay,
teamsa.TmnmShort AS HomeShort, teamsb.TmnmShort AS AwayShort,
FixTryA, FixConvA, FixDropA, FixPenA, FixMarkA, FixTryB, FixConvB, FixDropB, FixPenB, FixMarkB, FixFullPtsA, FixFullPtsB, FixStatus, FixAttend, FixBroadcast AS Broadcast, FixLive,
ProvName, DataTicketInfo AS Ticketing, DataSeasonTicket AS SeasonTicket, DataTicketLink AS TicketLink,
FixRefOffId, FixTjaOffId, FixTjbOffId, FixFourOffId, FixTmoOffId, FixAssrOffId, FixComrOffId, FixRefName, 0+IF(FixSource='hgvision',0,0)+IF(FixSource='sixnations',1,0)+IF(FixSource='irfu18',2,0) AS Ord, DataReport,
GROUP_CONCAT(DISTINCT StgId ORDER BY StgOrd, StgName ASC SEPARATOR ',') AS StageId,
GROUP_CONCAT(DISTINCT StgName ORDER BY StgOrd, StgName ASC SEPARATOR ',') AS StageName,
GROUP_CONCAT(DISTINCT StgAbbrev ORDER BY StgOrd, StgName ASC SEPARATOR ',') AS StageAbbrev,
GROUP_CONCAT(DISTINCT StgAbbrev ORDER BY StgOrd, StgName ASC SEPARATOR ',') AS StageShortName,
GROUP_CONCAT(DISTINCT CompAbbrev ORDER BY CompAbbrev ASC SEPARATOR ',') AS CompAbbrev,
GROUP_CONCAT(DISTINCT CompName ORDER BY CompName ASC SEPARATOR ',') AS CompName
FROM (stats_rugby.fixtures, stats_rugby.fixcompetitions, stats_rugby.competitions, stats_rugby.stages)
LEFT JOIN stats_rugby.teamnames AS teamsa ON teamsa.TmnmTeamId = FixTeamA AND teamsa.TmnmStart <= CompSeason AND (teamsa.TmnmEnd = -1 OR teamsa.TmnmEnd >= CompSeason)
LEFT JOIN stats_rugby.teamnames AS teamsb ON teamsb.TmnmTeamId = FixTeamB AND teamsb.TmnmStart <= CompSeason AND (teamsb.TmnmEnd = -1 OR teamsb.TmnmEnd >= CompSeason)
LEFT JOIN stats_rugby.venues ON VenId = FixVenId AND (VenSource = 'hgvision' OR VenSource = 'sixnations' OR VenSource = 'irfu18')
LEFT JOIN stats_rugby.venuenames ON VnnmVenueId = FixVenId AND VnnmStart <= FixDate AND (venuenames.VnnmEnd = '0000-00-00' OR venuenames.VnnmEnd >= FixDate)
LEFT JOIN stats_rugby.broadcasts ON BcastFixId = FixId
LEFT JOIN stats_rugby.bcastproviders ON BcastProvId = ProvId
LEFT JOIN stats_rugby.fixdata ON DataFixId = FixId AND DataProjId = 'sixnations'
LEFT JOIN stats_rugby.teams ON TeamId = FixTeamA AND (TeamSource = 'hgvision' OR TeamSource = 'sixnations' OR TeamSource = 'irfu18')
WHERE FcmpSource = FixSource AND FcmpFixId = FixId AND FcmpCompId = CompId AND FcmpStgId = StgId AND StgCompId = CompId AND FixDate IS NOT NULL AND (FixSource = 'hgvision' OR FixSource = 'sixnations' OR FixSource = 'irfu18') AND (0 OR FixTeamA = '125' OR FixTeamB = '125' OR (FixTeamA = 0 AND FixTeamB = 0 AND (0 OR FixCompId = '10' OR FixCompId = '17' OR FixCompId = '40' OR FixCompId = '58' OR FixCompId = '68' OR FixCompId = '71' OR FixCompId = '88' OR FixCompId = '94' OR FixCompId = '101' OR FixCompId = '103' OR FixCompId = '694' OR FixCompId = '695' OR FixCompId = '696' OR FixCompId = '697' OR FixCompId = '698' OR FixCompId = '701' OR FixCompId = '702' OR FixCompId = '703' OR FixCompId = '704' OR FixCompId = '705' OR FixCompId = '706' OR FixCompId = '707' OR FixCompId = '708' OR FixCompId = '709' OR FixCompId = '710' OR FixCompId = '711' OR FixCompId = '712' OR FixCompId = '713' OR FixCompId = '714' OR FixCompId = '715' OR FixCompId = '716' OR FixCompId = '717' OR FixCompId = '718' OR FixCompId = '719' OR FixCompId = '720' OR FixCompId = '721' OR FixCompId = '722' OR FixCompId = '723' OR FixCompId = '724' OR FixCompId = '725' OR FixCompId = '726' OR FixCompId = '727' OR FixCompId = '728' OR FixCompId = '729' OR FixCompId = '730' OR FixCompId = '731' OR FixCompId = '732' OR FixCompId = '733' OR FixCompId = '734' OR FixCompId = '735' OR FixCompId = '736' OR FixCompId = '737' OR FixCompId = '738' OR FixCompId = '739' OR FixCompId = '740' OR FixCompId = '741' OR FixCompId = '742' OR FixCompId = '743' OR FixCompId = '744' OR FixCompId = '745' OR FixCompId = '746' OR FixCompId = '747' OR FixCompId = '748' OR FixCompId = '749' OR FixCompId = '750' OR FixCompId = '751' OR FixCompId = '752' OR FixCompId = '753' OR FixCompId = '754' OR FixCompId = '755' OR FixCompId = '756' OR FixCompId = '757' OR FixCompId = '758' OR FixCompId = '759' OR FixCompId = '760' OR FixCompId = '761' OR FixCompId = '762' OR FixCompId = '763' OR FixCompId = '764' OR FixCompId = '765' OR FixCompId = '766' OR FixCompId = '767' OR FixCompId = '768' OR FixCompId = '769' OR FixCompId = '770' OR FixCompId = '771' OR FixCompId = '772' OR FixCompId = '773' OR FixCompId = '774' OR FixCompId = '775' OR FixCompId = '776' OR FixCompId = '777' OR FixCompId = '778' OR FixCompId = '779' OR FixCompId = '780' OR FixCompId = '781' OR FixCompId = '782' OR FixCompId = '783' OR FixCompId = '784' OR FixCompId = '785' OR FixCompId = '786' OR FixCompId = '787' OR FixCompId = '788' OR FixCompId = '789' OR FixCompId = '790' OR FixCompId = '791' OR FixCompId = '792' OR FixCompId = '793' OR FixCompId = '794' OR FixCompId = '795' OR FixCompId = '796' OR FixCompId = '797' OR FixCompId = '798' OR FixCompId = '799' OR FixCompId = '800' OR FixCompId = '801' OR FixCompId = '802' OR FixCompId = '803' OR FixCompId = '804' OR FixCompId = '804' OR FixCompId = '805' OR FixCompId = '805' OR FixCompId = '805' OR FixCompId = '805' OR FixCompId = '806' OR FixCompId = '806' OR FixCompId = '806' OR FixCompId = '806' OR FixCompId = '807' OR FixCompId = '807' OR FixCompId = '807' OR FixCompId = '808' OR FixCompId = '808' OR FixCompId = '808' OR FixCompId = '808' OR FixCompId = '809' OR FixCompId = '809' OR FixCompId = '809' OR FixCompId = '809' OR FixCompId = '818' OR FixCompId = '823' OR FixCompId = '823' OR FixCompId = '823' OR FixCompId = '823' OR FixCompId = '825' OR FixCompId = '826' OR FixCompId = '827' OR FixCompId = '829' OR FixCompId = '830' OR FixCompId = '832' OR FixCompId = '834' OR FixCompId = '835' OR FixCompId = '836' OR FixCompId = '837' OR FixCompId = '838' OR FixCompId = '841' OR FixCompId = '842' OR FixCompId = '843' OR FixCompId = '844' OR FixCompId = '845' OR FixCompId = '846' OR FixCompId = '847' OR FixCompId = '848' OR FixCompId = '849' OR FixCompId = '850' OR FixCompId = '851' OR FixCompId = '852' OR FixCompId = '853' OR FixCompId = '854' OR FixCompId = '855' OR FixCompId = '856' OR FixCompId = '857' OR FixCompId = '858' OR FixCompId = '859' OR FixCompId = '860' OR FixCompId = '861' OR FixCompId = '863' OR FixCompId = '864' OR FixCompId = '865' OR FixCompId = '875' OR FixCompId = '877' OR FixCompId = '879' OR FixCompId = '883' OR FixCompId = '884' OR FixCompId = '885' OR FixCompId = '887' OR FixCompId = '919' OR FixCompId = '920' OR FixCompId = '920' OR FixCompId = '920' OR FixCompId = '921' OR FixCompId = '921' OR FixCompId = '921' OR FixCompId = '922' OR FixCompId = '923' OR FixCompId = '924' OR FixCompId = '924' OR FixCompId = '925' OR FixCompId = '1235' OR FixCompId = '1236' OR FixCompId = '1406' OR FixCompId = '1425' OR FixCompId = '1425' OR FixCompId = '1425' OR FixCompId = '1431' OR FixCompId = '1431' OR FixCompId = '1431' OR FixCompId = '1431' OR FixCompId = '1464' OR FixCompId = '1476' OR FixCompId = '1476' OR FixCompId = '1476' OR FixCompId = '1476' OR FixCompId = '1477' OR FixCompId = '1477' OR FixCompId = '1477' OR FixCompId = '1477' OR FixCompId = '1477' OR FixCompId = '1477' OR FixCompId = '1551' OR FixCompId = '1551' OR FixCompId = '1555' OR FixCompId = '1555' OR FixCompId = '1599' OR FixCompId = '1606' OR FixCompId = '1606' OR FixCompId = '1606' OR FixCompId = '1777' OR FixCompId = '1777' OR FixCompId = '1777' OR FixCompId = '1777' OR FixCompId = '1778' OR FixCompId = '1778' OR FixCompId = '1778' OR FixCompId = '2177'))) AND (CompVisible = 'Yes' OR CompVisible IS NULL) AND FixStatus = 'Res'
GROUP BY FixId, FixSource
ORDER BY FixDate DESC, Ord, FixTime, HomeDisplay, AwayDisplay, Ord
| Date | Team | Score | Team | Att |
| 13/3/10 | Sco | 15 - 15 | Ing |
|
| 27/2/10 | Ing | 16 - 20 | Irl |
|
| 14/2/10 | Ita | 12 - 17 | Ing |
|
|
Galles Form Guide
SELECT TeamTicketLink AS BuyTickets, FixId, FixSource, FixDate, FixTime, FixDays,IF(FixTime IS NOT NULL,CONVERT_TZ(CONCAT(FixDate,' ',FixTime),@@global.time_zone,'+00:00'),NULL) AS GMTFixDateTime, IF(FixTime IS NOT NULL,CONCAT(FixDate,' ',FixTime),NULL) AS FixDateTime, TIME_FORMAT(FixTime,'%H:%i') AS TimeLong, TIME_FORMAT(FixTime,'%l:%i') AS TimeShort,
DATE_FORMAT(FixDate,'%e/%c') AS DateDmShort, DATE_FORMAT(FixDate,'%d/%m') AS DateDmLong, DATE_FORMAT(FixDate,'%e/%c/%y') AS DateDmyShort, DATE_FORMAT(FixDate,'%d/%m/%Y') AS DateDmyLong,
DATE_FORMAT(FixDate,'%a %e %b') AS DateShort, DATE_FORMAT(FixDate,'%a %D %b %y') AS DateAbbrev, DATE_FORMAT(FixDate,'%W %D %M %Y') AS DateLong, DATE_FORMAT(FixDate,'%a') AS DayShort, DATE_FORMAT(FixDate,'%d %b') AS DateDmTxt,
FixTeamA, FixTeamB, CompGroup, CompSubGroup, CompSponsor, CompLive, FixRound AS Round,
FixVenType, IF(VnnmVenueId IS NULL,FixVenCustom,VnnmFullName) AS VenName,
teamsa.TmnmDisplay AS HomeDisplay, teamsb.TmnmDisplay AS AwayDisplay,
teamsa.TmnmShort AS HomeShort, teamsb.TmnmShort AS AwayShort,
FixTryA, FixConvA, FixDropA, FixPenA, FixMarkA, FixTryB, FixConvB, FixDropB, FixPenB, FixMarkB, FixFullPtsA, FixFullPtsB, FixStatus, FixAttend, FixBroadcast AS Broadcast, FixLive,
ProvName, DataTicketInfo AS Ticketing, DataSeasonTicket AS SeasonTicket, DataTicketLink AS TicketLink,
FixRefOffId, FixTjaOffId, FixTjbOffId, FixFourOffId, FixTmoOffId, FixAssrOffId, FixComrOffId, FixRefName, 0+IF(FixSource='hgvision',0,0)+IF(FixSource='sixnations',1,0)+IF(FixSource='irfu18',2,0) AS Ord, DataReport,
GROUP_CONCAT(DISTINCT StgId ORDER BY StgOrd, StgName ASC SEPARATOR ',') AS StageId,
GROUP_CONCAT(DISTINCT StgName ORDER BY StgOrd, StgName ASC SEPARATOR ',') AS StageName,
GROUP_CONCAT(DISTINCT StgAbbrev ORDER BY StgOrd, StgName ASC SEPARATOR ',') AS StageAbbrev,
GROUP_CONCAT(DISTINCT StgAbbrev ORDER BY StgOrd, StgName ASC SEPARATOR ',') AS StageShortName,
GROUP_CONCAT(DISTINCT CompAbbrev ORDER BY CompAbbrev ASC SEPARATOR ',') AS CompAbbrev,
GROUP_CONCAT(DISTINCT CompName ORDER BY CompName ASC SEPARATOR ',') AS CompName
FROM (stats_rugby.fixtures, stats_rugby.fixcompetitions, stats_rugby.competitions, stats_rugby.stages)
LEFT JOIN stats_rugby.teamnames AS teamsa ON teamsa.TmnmTeamId = FixTeamA AND teamsa.TmnmStart <= CompSeason AND (teamsa.TmnmEnd = -1 OR teamsa.TmnmEnd >= CompSeason)
LEFT JOIN stats_rugby.teamnames AS teamsb ON teamsb.TmnmTeamId = FixTeamB AND teamsb.TmnmStart <= CompSeason AND (teamsb.TmnmEnd = -1 OR teamsb.TmnmEnd >= CompSeason)
LEFT JOIN stats_rugby.venues ON VenId = FixVenId AND (VenSource = 'hgvision' OR VenSource = 'sixnations' OR VenSource = 'irfu18')
LEFT JOIN stats_rugby.venuenames ON VnnmVenueId = FixVenId AND VnnmStart <= FixDate AND (venuenames.VnnmEnd = '0000-00-00' OR venuenames.VnnmEnd >= FixDate)
LEFT JOIN stats_rugby.broadcasts ON BcastFixId = FixId
LEFT JOIN stats_rugby.bcastproviders ON BcastProvId = ProvId
LEFT JOIN stats_rugby.fixdata ON DataFixId = FixId AND DataProjId = 'sixnations'
LEFT JOIN stats_rugby.teams ON TeamId = FixTeamA AND (TeamSource = 'hgvision' OR TeamSource = 'sixnations' OR TeamSource = 'irfu18')
WHERE FcmpSource = FixSource AND FcmpFixId = FixId AND FcmpCompId = CompId AND FcmpStgId = StgId AND StgCompId = CompId AND FixDate IS NOT NULL AND (FixSource = 'hgvision' OR FixSource = 'sixnations' OR FixSource = 'irfu18') AND (0 OR FixTeamA = '128' OR FixTeamB = '128' OR (FixTeamA = 0 AND FixTeamB = 0 AND (0 OR FixCompId = '10' OR FixCompId = '17' OR FixCompId = '40' OR FixCompId = '58' OR FixCompId = '68' OR FixCompId = '71' OR FixCompId = '88' OR FixCompId = '94' OR FixCompId = '103' OR FixCompId = '122' OR FixCompId = '694' OR FixCompId = '695' OR FixCompId = '696' OR FixCompId = '697' OR FixCompId = '698' OR FixCompId = '699' OR FixCompId = '700' OR FixCompId = '701' OR FixCompId = '702' OR FixCompId = '703' OR FixCompId = '704' OR FixCompId = '705' OR FixCompId = '706' OR FixCompId = '707' OR FixCompId = '708' OR FixCompId = '709' OR FixCompId = '710' OR FixCompId = '711' OR FixCompId = '712' OR FixCompId = '713' OR FixCompId = '714' OR FixCompId = '715' OR FixCompId = '716' OR FixCompId = '717' OR FixCompId = '718' OR FixCompId = '719' OR FixCompId = '720' OR FixCompId = '721' OR FixCompId = '722' OR FixCompId = '723' OR FixCompId = '724' OR FixCompId = '725' OR FixCompId = '726' OR FixCompId = '727' OR FixCompId = '728' OR FixCompId = '729' OR FixCompId = '730' OR FixCompId = '731' OR FixCompId = '732' OR FixCompId = '733' OR FixCompId = '734' OR FixCompId = '735' OR FixCompId = '736' OR FixCompId = '737' OR FixCompId = '738' OR FixCompId = '739' OR FixCompId = '740' OR FixCompId = '741' OR FixCompId = '742' OR FixCompId = '743' OR FixCompId = '744' OR FixCompId = '745' OR FixCompId = '746' OR FixCompId = '747' OR FixCompId = '748' OR FixCompId = '749' OR FixCompId = '750' OR FixCompId = '751' OR FixCompId = '752' OR FixCompId = '753' OR FixCompId = '754' OR FixCompId = '755' OR FixCompId = '756' OR FixCompId = '757' OR FixCompId = '758' OR FixCompId = '759' OR FixCompId = '760' OR FixCompId = '761' OR FixCompId = '762' OR FixCompId = '763' OR FixCompId = '764' OR FixCompId = '765' OR FixCompId = '766' OR FixCompId = '767' OR FixCompId = '768' OR FixCompId = '769' OR FixCompId = '770' OR FixCompId = '771' OR FixCompId = '772' OR FixCompId = '773' OR FixCompId = '774' OR FixCompId = '775' OR FixCompId = '776' OR FixCompId = '777' OR FixCompId = '778' OR FixCompId = '779' OR FixCompId = '780' OR FixCompId = '781' OR FixCompId = '782' OR FixCompId = '783' OR FixCompId = '784' OR FixCompId = '785' OR FixCompId = '786' OR FixCompId = '787' OR FixCompId = '788' OR FixCompId = '789' OR FixCompId = '790' OR FixCompId = '791' OR FixCompId = '792' OR FixCompId = '793' OR FixCompId = '794' OR FixCompId = '795' OR FixCompId = '796' OR FixCompId = '797' OR FixCompId = '798' OR FixCompId = '799' OR FixCompId = '800' OR FixCompId = '801' OR FixCompId = '802' OR FixCompId = '803' OR FixCompId = '804' OR FixCompId = '804' OR FixCompId = '804' OR FixCompId = '804' OR FixCompId = '805' OR FixCompId = '806' OR FixCompId = '807' OR FixCompId = '807' OR FixCompId = '808' OR FixCompId = '808' OR FixCompId = '809' OR FixCompId = '827' OR FixCompId = '828' OR FixCompId = '829' OR FixCompId = '833' OR FixCompId = '834' OR FixCompId = '836' OR FixCompId = '837' OR FixCompId = '838' OR FixCompId = '839' OR FixCompId = '840' OR FixCompId = '841' OR FixCompId = '842' OR FixCompId = '843' OR FixCompId = '844' OR FixCompId = '845' OR FixCompId = '846' OR FixCompId = '847' OR FixCompId = '848' OR FixCompId = '849' OR FixCompId = '850' OR FixCompId = '851' OR FixCompId = '852' OR FixCompId = '853' OR FixCompId = '854' OR FixCompId = '860' OR FixCompId = '861' OR FixCompId = '862' OR FixCompId = '863' OR FixCompId = '864' OR FixCompId = '865' OR FixCompId = '866' OR FixCompId = '867' OR FixCompId = '868' OR FixCompId = '869' OR FixCompId = '870' OR FixCompId = '872' OR FixCompId = '873' OR FixCompId = '874' OR FixCompId = '877' OR FixCompId = '878' OR FixCompId = '879' OR FixCompId = '881' OR FixCompId = '883' OR FixCompId = '884' OR FixCompId = '885' OR FixCompId = '887' OR FixCompId = '920' OR FixCompId = '920' OR FixCompId = '920' OR FixCompId = '920' OR FixCompId = '921' OR FixCompId = '921' OR FixCompId = '921' OR FixCompId = '921' OR FixCompId = '922' OR FixCompId = '923' OR FixCompId = '924' OR FixCompId = '924' OR FixCompId = '925' OR FixCompId = '1235' OR FixCompId = '1236' OR FixCompId = '1237' OR FixCompId = '1406' OR FixCompId = '1425' OR FixCompId = '1425' OR FixCompId = '1431' OR FixCompId = '1431' OR FixCompId = '1431' OR FixCompId = '1431' OR FixCompId = '1464' OR FixCompId = '1476' OR FixCompId = '1476' OR FixCompId = '1476' OR FixCompId = '1476' OR FixCompId = '1476' OR FixCompId = '1476' OR FixCompId = '1476' OR FixCompId = '1476' OR FixCompId = '1477' OR FixCompId = '1477' OR FixCompId = '1477' OR FixCompId = '1477' OR FixCompId = '1551' OR FixCompId = '1551' OR FixCompId = '1555' OR FixCompId = '1555' OR FixCompId = '1555' OR FixCompId = '1599' OR FixCompId = '1606' OR FixCompId = '1606' OR FixCompId = '1606' OR FixCompId = '1606' OR FixCompId = '1777' OR FixCompId = '1777' OR FixCompId = '1777' OR FixCompId = '1777' OR FixCompId = '1777' OR FixCompId = '1777' OR FixCompId = '1778' OR FixCompId = '1778' OR FixCompId = '1778' OR FixCompId = '1778' OR FixCompId = '2177'))) AND (CompVisible = 'Yes' OR CompVisible IS NULL) AND FixStatus = 'Res'
GROUP BY FixId, FixSource
ORDER BY FixDate DESC, Ord, FixTime, HomeDisplay, AwayDisplay, Ord
| Date | Team | Score | Team | Att |
| 13/3/10 | Irl | 27 - 12 | Gal |
|
| 26/2/10 | Gal | 20 - 26 | Fra |
|
| 13/2/10 | Gal | 31 - 24 | Sco |
|
|