Locked History Actions

Diff for "FLISOL2007/Resultados"

Differences between revisions 4 and 8 (spanning 4 versions)
Revision 4 as of 2007-04-29 18:22:28
Size: 1018
Editor: IgorTamara
Comment:
Revision 8 as of 2007-04-29 18:53:43
Size: 1290
Editor: IgorTamara
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
El 28 de Abril de 2007 se registraron [[QueryDb(SELECT count(id) FROM computadores WHERE fechasolicitud>='28-04-2007')]] El 28 de Abril de 2007 o en fecha posterior se registraron [[QueryDb(SELECT count(id) FROM computadores WHERE fechasolicitud>='28-04-2007')]]
Line 9: Line 9:
= Distribuciones Y sistemas instalados =
[[QueryDb(SELECT d.nombre,count(c.id) AS cantidad FROM distribuciones d , computadores c WHERE c.estado=2 AND d.id=c.distro AND d.nombre not like '%Wind%' GROUP BY d.nombre ORDER BY cantidad DESC, nombre ASC)]]
Line 12: Line 13:
[[QueryDb(SELECT ci.nombre,count(c.id) AS instalaciones FROM computadores c,ciudades ci WHERE estado=2 AND c.ciudad=ci.id AND fechasolicitud>='28-04-2007' GROUP BY ci.id,ci.nombre ORDER BY nombre DESC)]] [[QueryDb(SELECT ci.nombre,count(c.id) AS instalaciones FROM computadores c,ciudades ci WHERE estado=2 AND c.ciudad=ci.id AND fechasolicitud>='28-04-2007' GROUP BY ci.id,ci.nombre ORDER BY nombre ASC)]]