Distinct Bloque Horario
This commit is contained in:
@@ -21,7 +21,7 @@ $profesor_clave = isset($params['profesor'])
|
|||||||
: null;
|
: null;
|
||||||
|
|
||||||
$data = $db->query(
|
$data = $db->query(
|
||||||
"SELECT
|
"SELECT DISTINCT
|
||||||
auditoria->>'registro_fecha_ideal' as registro_fecha_ideal,
|
auditoria->>'registro_fecha_ideal' as registro_fecha_ideal,
|
||||||
auditoria->>'profesor_clave' as profesor_clave,
|
auditoria->>'profesor_clave' as profesor_clave,
|
||||||
auditoria->>'profesor_nombre' as profesor_nombre,
|
auditoria->>'profesor_nombre' as profesor_nombre,
|
||||||
|
|||||||
Reference in New Issue
Block a user