Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/08/2004, 01:14
Teri
 
Fecha de Ingreso: abril-2003
Ubicación: Madrid
Mensajes: 707
Antigüedad: 21 años, 1 mes
Puntos: 0
Parece que tu versión de MySql no soporta esa query, prueba con una algo diferente

SELECT DISTINCT M__ARTISTA.* FROM M__ARTISTA LEFT JOIN M__BIOGRAFIA ON M__ARTISTA.ID_ARTISTA_PK = M__BIOGRAFIA.ID_ARTISTA_FK WHERE (M__BIOGRAFIA.ID_ARTISTA_FK) Is Null

Un saludo

Última edición por Teri; 18/08/2004 a las 01:53