
03/09/2004, 06:17
|
| | | Fecha de Ingreso: junio-2004 Ubicación: Castellón, España
Mensajes: 98
Antigüedad: 21 años, 4 meses Puntos: 0 | |
| Así podría ser una forma:
SELECT DatePart("d",Fecha) & "/" & DatePart("m",Fecha) & "/" & DatePart("yyyy",Fecha) AS Fecha_2, COUNT (Fecha) WHERE palabra="Index" GROUP BY DatePart("d",Fecha) & "/" & DatePart("m",Fecha) & "/" & DatePart("yyyy",Fecha) |