Ver Mensaje Individual
  #5  
Antiguo 04-02-2004
Avatar de delphi.com.ar
delphi.com.ar delphi.com.ar is offline
Federico Firenze
 
Registrado: may 2003
Ubicación: Buenos Aires, Argentina *
Posts: 5.932
Reputación: 27
delphi.com.ar Va por buen camino
Código:
SELECT *
FROM ELEMENTO E
WHERE NOT EXISTS (SELECT 1 
          FROM RELACIONES R
          WHERE R.ELEMENTOPADRE = E.ELEMENTO)
¿Esto?
__________________
delphi.com.ar

Dedique el tiempo suficiente para formular su pregunta si pretende que alguien dedique su tiempo en contestarla.
Responder Con Cita