26/09/2011, 09:35
|
| | | Fecha de Ingreso: enero-2002 Ubicación: Cali - Colombia
Mensajes: 2.234
Antigüedad: 22 años, 9 meses Puntos: 4 | |
Respuesta: resta de fechas para saber edad en mysql gracias por tu ayuda, nose que sera que estoy haciendo mal me saca este error.
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[MySQL][ODBC 5.1 Driver][mysqld-4.1.13a-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(YEAR, fecha_nacimiento, CURDATE()) AS edad, COUNT(*) FROM usuarios GROUP BY eda' at line 1
lo estoy haciendo asi:
SELECT TIMESTAMPDIFF(YEAR, fecha_nacimiento, CURDATE()) AS edad, COUNT(*) as total FROM usuarios GROUP BY edad |