Ver Mensaje Individual
  #17 (permalink)  
Antiguo 15/11/2005, 07:15
talle
 
Fecha de Ingreso: junio-2003
Ubicación: Sevilla
Mensajes: 210
Antigüedad: 21 años, 7 meses
Puntos: 1
Ya he conseguido las soluciones. Gracias por todo y perdonad las molestias.

Son las siguientes:
Código:
// select

SELECT * FROM table_a LEFT JOIN table_b ON ( table_a.nick = table_b.nick ) WHERE table_b.nick IS NULL;

// delete

DELETE FROM table_a USING table_a LEFT JOIN table_b ON ( table_a.nick = table_b.nick ) WHERE table_b.nick IS NULL;
Un saludo.
__________________
dominioslibres.info