Oracle no me acepta el siguiente código para una lista de valores
Código:
select professor.nom d, guardia.idprofe r
from professor,guardia
where professor.idprofe = guardia.idprofe and guardia.dia = to_char(sysdate,'DAY') and guardia.hora = to_number(to_char(sysdate,'hh24'));
alguien me puede decir porque?