Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/03/2009, 15:58
jurena
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Cáceres
Mensajes: 3.735
Antigüedad: 16 años, 1 mes
Puntos: 300
Respuesta: Where <>(select datos from tabla)

Tal vez así:

select a.numeroservicio
from datos a
left join encuesta_recepcionclaridad b
on a.numeroservicio = b.numeroservicio
where b.numeroservicio IS NULL