16/08/2004, 07:17
|
| | | Fecha de Ingreso: enero-2002 Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 10 meses Puntos: 17 | |
SELECT DAY(from_unixtime(fecha)) dia,MONTH(from_unixtime(fecha)) mes,YEAR(from_unixtime(fecha)) ano, mas cosas FROM tabla GROUP BY 1, 2, 3 ORDER BY fecha DESC |