Hola que tal Hola que tal Hola que tal Hola que tal |
Pues nada bien Pues nada bien Pues nada bien Pues nada bien Pues nada bien |
Hola | Adios | 00.00.00 00:00 |
Somebody | Hello | 00.00.00 00:00 |
Roman | Yes, hello | 14.05.20 14:52 |
Somebody | Testing blah blah | 28.06.20 2:25 |
Roman | Yep | 28.06.20 2:25 |
http://wiki.us.es/juanan2/wakka.php?wakka=pruebas/edit
http://groups.google.com/group/CakePHP-es?lnk=li
SELECT temas.idCategoria as servicio, temas.tema as categoria, year(registro_web.fecha) as year FROM registro_web INNER JOIN faq ON registro_web.dato = faq.idFaq INNER JOIN temas ON faq.idtema = temas.idtema WHERE (registro_web.pagina = ''faq'') GROUP BY year(registro_web.fecha), temas.idCategoria, temas.tema ORDER BY servicio, categoria, yearSELECT convocatoria.idCategoria as servicio, tipoConvocatoria.tipoConvocatoria as categoria, year(registro_web.fecha) as year FROM registro_web INNER JOIN convocatoria ON registro_web.dato = convocatoria.idConvocatoria INNER JOIN tipoConvocatoria ON convocatoria.idTipoConvocatoria = tipoConvocatoria.idTipoConvocatoria WHERE (registro_web.pagina = 'convocatoria') GROUP BY convocatoria.idCategoria, tipoConvocatoria.tipoConvocatoria, year(registro_web.fecha) ORDER BY servicio, categoria, year