Official Online Store
RBS 6 Nations iPhone App
RBS 6 Nations Video
Match Centre
France's RBS Six Nations Fixtures and Results
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 = '129' OR FixTeamB = '129' 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 = '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 = '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 = '805' OR FixCompId = '806' OR FixCompId = '806' OR FixCompId = '806' OR FixCompId = '806' OR FixCompId = '807' 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 = '823' OR FixCompId = '823' OR FixCompId = '823' OR FixCompId = '825' OR FixCompId = '826' OR FixCompId = '827' OR FixCompId = '829' OR FixCompId = '830' OR FixCompId = '831' OR FixCompId = '832' OR FixCompId = '833' OR FixCompId = '834' OR FixCompId = '835' OR FixCompId = '836' OR FixCompId = '837' OR FixCompId = '838' OR FixCompId = '839' 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 = '864' OR FixCompId = '865' OR FixCompId = '871' OR FixCompId = '874' OR FixCompId = '875' OR FixCompId = '876' OR FixCompId = '877' OR FixCompId = '878' OR FixCompId = '879' OR FixCompId = '880' OR FixCompId = '882' OR FixCompId = '884' OR FixCompId = '885' OR FixCompId = '886' OR FixCompId = '919' 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 = '1406' OR FixCompId = '1425' OR FixCompId = '1425' OR FixCompId = '1425' 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 = '1551' 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 = '1777' OR FixCompId = '1778' OR FixCompId = '1778' OR FixCompId = '1778' OR FixCompId = '2177'))) AND (0 OR CompGroup = 'tests') AND CompSubGroup = 'sixnations' AND (CompVisible = 'Yes' OR CompVisible IS NULL) AND (0 OR FixTeamA = '129' OR FixTeamB = '129' 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 = '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 = '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 = '805' OR FixCompId = '806' OR FixCompId = '806' OR FixCompId = '806' OR FixCompId = '806' OR FixCompId = '807' 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 = '823' OR FixCompId = '823' OR FixCompId = '823' OR FixCompId = '825' OR FixCompId = '826' OR FixCompId = '827' OR FixCompId = '829' OR FixCompId = '830' OR FixCompId = '831' OR FixCompId = '832' OR FixCompId = '833' OR FixCompId = '834' OR FixCompId = '835' OR FixCompId = '836' OR FixCompId = '837' OR FixCompId = '838' OR FixCompId = '839' 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 = '864' OR FixCompId = '865' OR FixCompId = '871' OR FixCompId = '874' OR FixCompId = '875' OR FixCompId = '876' OR FixCompId = '877' OR FixCompId = '878' OR FixCompId = '879' OR FixCompId = '880' OR FixCompId = '882' OR FixCompId = '884' OR FixCompId = '885' OR FixCompId = '886' OR FixCompId = '919' 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 = '1406' OR FixCompId = '1425' OR FixCompId = '1425' OR FixCompId = '1425' 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 = '1551' 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 = '1777' OR FixCompId = '1778' OR FixCompId = '1778' OR FixCompId = '1778' OR FixCompId = '2177'))) AND (0 OR CompGroup = 'tests') AND CompSubGroup = 'sixnations' AND (CompVisible = 'Yes' OR CompVisible IS NULL) AND (((CompSeason = '2009' AND CompSeasonEnd = '2010')) OR CompId IS NULL) GROUP BY FixId, FixSource ORDER BY FixDate ASC, Ord, FixTime, HomeDisplay, AwayDisplay, Ord
DateKO (GMT)HomeScoreAwayVenueLinks
Sun 7th Feb 1015:00Scotland9 - 18FranceMurrayfield
Sat 13th Feb 1016:30France33 - 10IrelandStade de France
Fri 26th Feb 1020:00Wales20 - 26FranceMillennium Stadium
Sun 14th Mar 1014:30France46 - 20ItalyStade de France
Sat 20th Mar 1019:45France  v  EnglandStade de France
Team Statistics onlyinclude Five & Six Nations games from 1992 to the present day
Player Statistics onlyinclude Five & Six Nations appearances since 1992
delivered by Sotic powered by RedDot Web Content Management