
17/10/2006, 16:06
|
| | Fecha de Ingreso: abril-2005
Mensajes: 124
Antigüedad: 20 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. |