ok yo hice esto:
Código PHP:
$query = "SELECT cedula, fecha, SUM(horas) AS horastotales, contrato FROM maestro WHERE (contrato = '$contrato') AND (Fecha BETWEEN '$fecha_del' AND '$fecha_al') GROUP BY cedula, fecha, contrato";
pero me da el siguiente error:
Cita: Warning: pg_exec() [function.pg-exec]: Query failed: ERROR: syntax error at or near "horas" at character 31 in /xxx/xxx/xxx/xxx/control de horas/horas_proyecto1.php on line 62
Cita: Warning: pg_fetch_array() expects parameter 1 to be resource, boolean given in /xxx/xxx/xxx/xxx/control de horas/horas_proyecto1.php on line 65
me imagino q tengo algo mal hecho pero no tengo ni idea, (estoy segura q es una burrada)