Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/11/2009, 11:45
gctalico
 
Fecha de Ingreso: octubre-2006
Mensajes: 88
Antigüedad: 18 años, 2 meses
Puntos: 1
Respuesta: Seleccionar registro where...

SELECT t.nombre
FROM trabajador t, edificio e, asignacion a
WHERE t.id_t=a.id_t and a.id_e=e.id_e and e.tipo='OFICINA'
GROUP BY t.nombre


prueba de esta forma