I need to put the SELECT below to work inside a cursor, but I am not able to join the 3 tables, can someone help me?
SELECT DISTINCT PROFESSOR.NOME, ESTUDANTE.NOME
FROM PROFESSOR INNER JOIN SUPERVISIONA ON
PROFESSOR.ID_PROF=SUPERVISIONA.ID_PR...
asked by
03.06.2018 / 21:46