porque siempre me sale ese tipo de error:
Cita:
---------------------------
Debugger Exception Notification
---------------------------
Project Asistencia.exe raised exception class EOleException with message 'You tried to execute a query that does not include the specified expression 'cargo' as part of an aggregate function'. Process stopped. Use Step or Run to continue.
---------------------------
OK Help
---------------------------
|
consulta:
Código SQL
[-]select nombre, cargo, tanda, entrada, salida, fecha, tardanza, licencia,
excusa, permiso, enfermedad, vacacion, servicio from Asistencia
where fecha = :hoy group by nombre
Saludos