Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/10/2006, 16:06
jgrc
 
Fecha de Ingreso: abril-2005
Mensajes: 124
Antigüedad: 19 años
Puntos: 0
Developer 9, gracias por tu ayuda, por alguna razon el mysql no acepta el distinct, asi que investigue y encontre algo parecido a esto:

SELECT table1.* FROM table1 LEFT JOIN table2 ON table1.id=table2.id WHERE table2.id IS NULL;

...y supa!!!!, listo.

gracias.