Distinct Bloque Horario

This commit is contained in:
Your Name
2025-01-21 14:37:22 -06:00
parent bab0c9ce03
commit 44e8e3277f

View File

@@ -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,