Federación Andaluza de Rugby
I REGIONAL
Resultados - Seleccione Jornada:

Posiciones

Posición Equipo Puntos Jugados V E D Puntos Diferencia
1 (1) C.D. UNIVERSIDAD DE GRANADA 62  14  14  395:142  253 
2 (2) MARBELLA R.C. 43  14  331:253  78 
3 (3) C.R. SAN JERONIMO 40  14  248:209  39 
4 (4) C.D. R. CARDIOFARMA MAIRENA 36  14  260:246  14 
5 (5) CAMPO DE GIBRALTAR R.C. 34  14  319:214  105 
6 (6) CLUB AMIGOS DEL RUGBY 34  14  217:192  25 
7 (7) C.R. MALAGA 12  14  13  167:363  -196 
8 (8) C.R. CORDOBA 11  14  12  108:426  -318 


« Jornada Previa   12 13 14





¿Recuperar clave?
28 preguntas ejecutadas
1
SET sql_mode = 'MYSQL40'
2 SELECT folder, element, published, params FROM jos_mambots WHERE published >= 1 AND access <= 0 AND folder = 'system' ORDER BY ordering
3 SELECT template FROM jos_templates_menu WHERE client_id = 0 AND ( menuid = 0 OR menuid = 217 ) ORDER BY menuid DESC LIMIT 1
4 DELETE FROM jos_session WHERE ( ( time < '1283824018' ) AND guest = 0 AND gid > 0 ) OR ( ( time < '1283824018' ) AND guest = 1 AND userid = 0 )
5 SELECT * FROM jos_session WHERE session_id = 'c8a864a8b0dd7f5937d4eb66eeccf95a'
6 SELECT session_id FROM jos_session WHERE session_id = 'e1faf0a6b58d59d75baebe22ef294e0c'
7 INSERT INTO jos_session ( `session_id`,`time`,`username`,`gid`,`guest` ) VALUES ( 'e1faf0a6b58d59d75baebe22ef294e0c','1283824918','','0','1' )
8 SELECT id, published FROM jos_mambots WHERE element = 'jceutilities' AND folder = 'system'
9 SELECT * FROM jos_mambots WHERE id = '37'
10 SELECT published FROM jos_mambots WHERE element = 'jceembed' AND folder = 'system'
11 SELECT * FROM jos_menu WHERE id = 217
12 SELECT * FROM jos_joomleague WHERE id = '2'
13 SELECT pp.id FROM jos_joomleague_predictiongame_project AS pp LEFT JOIN jos_joomleague_predictiongame AS p ON p.id = pp.prediction_id WHERE pp.project_id = 2 AND p.published = 1
14 SELECT params FROM jos_joomleague_template_config WHERE template = 'overall.tpl' AND project_id = 2
15 SELECT params FROM jos_joomleague_template_config WHERE template = 'show_results.tpl' AND project_id = 2
16 SELECT distinct matchcode, id, name, round_date_first, round_date_last FROM jos_joomleague_rounds WHERE project_id = 2 ORDER BY matchcode ASC
17 SELECT matches.*, r.matchcode as roundcode, r.name as roundname , playground.name AS playground_name, playground.short_name AS playground_short_name FROM jos_joomleague_matches AS matches INNER JOIN jos_joomleague_rounds AS r ON matches.round_id = r.id LEFT JOIN jos_joomleague_playgrounds AS playground ON playground.id = matches.playground_id WHERE matches.project_id = 2 AND r.matchcode = 15 AND matches.published = 1 GROUP BY matches.match_id ORDER BY r.matchcode ASC, matches.match_date ASC, matches.match_number
18 SELECT tl.id AS teamtoolid, tl.division_id, tl.standard_playground, tl.admin, tl.start_points, tl.info, tl.team_id, tl.checked_out, tl.checked_out_time, tl.picture, tl.project_id, t.id, t.name, t.short_name, t.middle_name, t.description, t.club_id, u.username, u.email, c.email as club_email, c.logo_small, c.country, c.website, d.name AS division_name, d.shortname AS division_shortname, d.parent_id AS parent_division_id, plg.name AS playground_name, plg.short_name AS playground_short_name FROM jos_joomleague_team_joomleague tl LEFT JOIN jos_joomleague_teams t on tl.team_id = t.id LEFT JOIN jos_users u on tl.admin = u.id LEFT JOIN jos_joomleague_clubs c on t.club_id = c.id LEFT JOIN jos_joomleague_divisions d on d.id = tl.division_id LEFT JOIN jos_joomleague_playgrounds plg on plg.id = tl.standard_playground WHERE tl.project_id = 2 ORDER BY t.name
19 SELECT params FROM jos_joomleague_template_config WHERE template = 'show_table.tpl' AND project_id = 2
20 SELECT distinct matchcode, id, name, round_date_first, round_date_last FROM jos_joomleague_rounds WHERE project_id = 2 ORDER BY matchcode ASC
21 SELECT tl.id AS teamtoolid, tl.division_id, tl.standard_playground, tl.admin, tl.start_points, tl.info, tl.team_id, tl.checked_out, tl.checked_out_time, tl.picture, tl.project_id, t.id, t.name, t.short_name, t.middle_name, t.description, t.club_id, u.username, u.email, c.email as club_email, c.logo_small, c.country, c.website, d.name AS division_name, d.shortname AS division_shortname, d.parent_id AS parent_division_id, plg.name AS playground_name, plg.short_name AS playground_short_name FROM jos_joomleague_team_joomleague tl LEFT JOIN jos_joomleague_teams t on tl.team_id = t.id LEFT JOIN jos_users u on tl.admin = u.id LEFT JOIN jos_joomleague_clubs c on t.club_id = c.id LEFT JOIN jos_joomleague_divisions d on d.id = tl.division_id LEFT JOIN jos_joomleague_playgrounds plg on plg.id = tl.standard_playground WHERE tl.project_id = 2 ORDER BY t.name
22 SELECT id, round_date_first, round_date_last FROM jos_joomleague_rounds WHERE matchcode >= 1+0 AND matchcode <= 15 AND project_id = 2 ORDER BY matchcode
23 SELECT m.match_id, m.matchpart1, m.matchpart2, t1.name as team1, t2.name as team2, m.matchpart1_result AS home_score, m.matchpart2_result AS away_score, m.matchpart1_bonus AS home_bonus, m.matchpart2_bonus AS away_bonus, m.matchpart1_legs AS l1, m.matchpart2_legs AS l2, m.match_result_type, m.alt_decision as decision, m.matchpart1_result_decision AS home_score_decision, m.matchpart2_result_decision AS away_score_decision, r.matchcode as matchcode, r.name as round_name FROM jos_joomleague_matches m LEFT JOIN jos_joomleague_teams AS t1 ON m.matchpart1 = t1.id LEFT JOIN jos_joomleague_teams AS t2 ON m.matchpart2 = t2.id LEFT JOIN jos_joomleague_rounds AS r ON m.round_id = r.id WHERE ((m.matchpart1_result IS NOT Null AND m.matchpart2_result IS NOT Null) OR (m.alt_decision=1)) AND m.count_result AND m.published AND m.project_id=2 AND m.round_id IN (3,4,5,6,7,8,9,10,11,12,13,14,15,16)
24 SELECT id, round_date_first, round_date_last FROM jos_joomleague_rounds WHERE matchcode >= 1+0 AND matchcode <= 14 AND project_id = 2 ORDER BY matchcode
25 SELECT m.match_id, m.matchpart1, m.matchpart2, t1.name as team1, t2.name as team2, m.matchpart1_result AS home_score, m.matchpart2_result AS away_score, m.matchpart1_bonus AS home_bonus, m.matchpart2_bonus AS away_bonus, m.matchpart1_legs AS l1, m.matchpart2_legs AS l2, m.match_result_type, m.alt_decision as decision, m.matchpart1_result_decision AS home_score_decision, m.matchpart2_result_decision AS away_score_decision, r.matchcode as matchcode, r.name as round_name FROM jos_joomleague_matches m LEFT JOIN jos_joomleague_teams AS t1 ON m.matchpart1 = t1.id LEFT JOIN jos_joomleague_teams AS t2 ON m.matchpart2 = t2.id LEFT JOIN jos_joomleague_rounds AS r ON m.round_id = r.id WHERE ((m.matchpart1_result IS NOT Null AND m.matchpart2_result IS NOT Null) OR (m.alt_decision=1)) AND m.count_result AND m.published AND m.project_id=2 AND m.round_id IN (3,4,5,6,7,8,9,10,11,12,13,14,15,16)
26 SELECT info FROM jos_joomleague_team_joomleague WHERE project_id = 2
27 SELECT a.* FROM jos_components AS a WHERE ( a.admin_menu_link = 'option=com_syndicate' OR a.admin_menu_link = 'option=com_syndicate&hidemainmenu=1' ) AND a.option = 'com_syndicate'
28 SELECT id, title, module, position, content, showtitle, params FROM jos_modules AS m INNER JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 0 AND m.client_id != 1 AND ( mm.menuid = 0 OR mm.menuid = 217 ) ORDER BY ordering