Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/12/2008, 13:13
neogabo
 
Fecha de Ingreso: junio-2008
Mensajes: 31
Antigüedad: 15 años, 11 meses
Puntos: 0
Respuesta: SQL - Eliminar Entradas Incoherentes

SELECT *
FROM Tabla1 T1
LEFT JOIN Tabla2 T2 ON ( T1.color_id = T2.id_color )
WHERE t2.id_color IS NULL