4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias
Dinamarca Dinamarca
Datos equipo
Nombre Dinamarca
Nombre completo Selección de Dinamarca
Nombre corto DNK
País
Año fundación 1889
Total plantilla 23
Estadio
Nombre estadio Parken
Capacidad estadio 42358
Año construcción 1992
Tipo césped Cesped
Internet
Sitio web http://www.dbu.dk
Twitter del equipo @dbulandshold
Información
Dirección Øster Allé 50, København
Teléfono 45-43/262 222
Fax 45-43/262 245
Otros datos
Marca de ropa Hummel
Suiza Suiza
Datos equipo
Nombre Suiza
Nombre completo Selección de Suiza
Nombre corto CHE
País
Año fundación 1895
Total plantilla 25
Estadio
Nombre estadio Stade de Suisse Wankdorf Berna
Capacidad estadio 31783
Año construcción 2005
Tipo césped Cesped Natural
Dimensiones campo 105 x 68 m
Internet
Sitio web http://www.football.ch
Twitter del equipo @nati_sfv_asf
Información
Dirección Worbstrasse 48 Postfach Bern 3000
Teléfono +41-31/950 8111
Fax +41-31/950 8181
Otros datos
Marca de ropa Puma
Irlanda Irlanda
Datos equipo
Nombre Irlanda
Nombre completo Selección de República de Irlanda
Nombre corto IRL
País
Año fundación 1921
Total plantilla 28
Estadio
Nombre estadio Aviva Stadium
Capacidad estadio 51151
Año construcción 2010
Tipo césped Cesped
Internet
Sitio web http://WWW.fai.ie
Twitter del equipo @FAIreland
Información
Dirección National Sports Campus, Abbotstown Dublin
Teléfono +353(1)8999500
Fax +353(1)8999501
Georgia Georgia
Datos equipo
Nombre Georgia
Nombre completo Selección de Georgia
Nombre corto GEO
País
Año fundación 1936
Total plantilla 27
Estadio
Nombre estadio Dinamo Arena
Capacidad estadio 55000
Internet
Sitio web https://nakrebi.ge/ka
Twitter del equipo @GeorgiaGff
Información
Dirección 76a Chavchavadze Avenue 162 Tbilisi
Teléfono +995(32)912610
Fax +995(32)915995
Gibraltar Gibraltar
Datos equipo
Nombre Gibraltar
Nombre completo Selección de Gibraltar
Nombre corto GIB
País
Año fundación 1895
Total plantilla 23
Estadio
Nombre estadio Victoria Stadium
Capacidad estadio 5000
Internet
Sitio web http://www.gibraltarfa.com/
Twitter del equipo @GibFootball

Clasificación

Equipo PJ GF GC Puntos
1 Suiza Suiza 8 19 6 17
2 Dinamarca Dinamarca 8 23 6 16
3 Irlanda Irlanda 8 7 5 13
4 Georgia Georgia 8 7 11 8
5 Gibraltar Gibraltar 8 3 31 0

Equipos de esta liga

5

  USO DE MEMORIA  
4,485,528 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0025
Controller Execution Time ( Home / Category )  0.2840
Total Execution Time  0.2865
  CADENA URL  
/clasificacion_eurocopa2018/grupo4/equipos
  GET DATOS  
$_GET['/clasificacion_eurocopa2018/grupo4/equipos']  
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (11)  
0.0291  SELECT c.*, l.*, '' as namec FROM leagues_webci l INNER JOIN categories_webci c ON l.categoryId = c.id WHERE c.alias = 'clasificacion_eurocopa' AND (l.group_code = 4 OR l.group_code = 1 OR l.group_code = 0) AND l.year = 2018 ORDER BY l.year=c.active_year DESC,l.year DESC, l.group_code=4 DESC LIMIT 1
0.0145  SELECT total FROM bs_rel_resume_items WHERE ln = 'es' AND itemId=142 AND type_rel = 3
0.0189  SELECT rel.newId FROM bs_news_rel rel WHERE rel.type_rel = 3 AND rel.typeId = 142 AND rel.ln = 'es' AND rel.status=1 ORDER BY rel.creation_date desc,rel.cover_points DESC LIMIT 5
0.0150  SELECT /*53 bs_news_model*/ n.id, n.author_id, n.headline, n.external_headline, n.live_headline, n.creation_date, n.update_date, n.pub_date, n.alias, n.subheadline, n.teaser, n.media, n.tags, n.views, n.screens, n.clicks, n.relations, n.comments, n.power_cover, n.cover_points, u.name as user_name FROM bs_news n INNER JOIN bs_editors u ON u.id = n.author_id AND u.ln = 'es' WHERE n.status = 1 AND n.ln = 'es' AND n.id IN (903768,1308187,1308144,1308131,1308060) ORDER BY n.cover_points DESC, update_date DESC
0.0151  SELECT dt.nameShow,dt.basealias,t.id,t.teamId FROM teams t INNER JOIN datateams dt ON t.teamId = dt.id WHERE t.league_id = 48336 ORDER BY dt.relations DESC, dt.nameShow ASC LIMIT 50
0.0167  SELECT t.id,t.teamId,t.total_players,dt.* FROM teams t INNER JOIN datateams dt ON t.teamId = dt.id WHERE t.league_id = 48336 ORDER BY dt.relations DESC, dt.nameShow ASC LIMIT 50
0.0149  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=1 AND last_update > '2024-04-26 11:03:07' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0148  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=2 AND last_update > '2024-04-26 11:03:07' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0148  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=4 AND last_update > '2024-04-26 11:03:07' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0144  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=3 AND last_update > '2024-04-26 11:03:07' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0181  SELECT *,(cast(t.gf as signed) - cast(t.ga as signed) + 100) as diff,team.teamId FROM `tables2018` as t INNER JOIN teams as team ON team.id = t.team INNER JOIN datateams as dt ON team.teamId = dt.id WHERE t.league_id = 48336 AND t.round = 10 ORDER BY team.conference ASC,t.points DESC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC