Ver Mensaje Individual
  #5 (permalink)  
Antiguo 24/02/2005, 20:00
javier_82
 
Fecha de Ingreso: febrero-2005
Mensajes: 66
Antigüedad: 19 años, 10 meses
Puntos: 0
Fijate que al principio me confundí y escribi masl SELECT

Sería así:


SELECT tiendas.id, tiendas.nombre
FROM tiendas
JOIN ventas ON tienda.id = ventas.idtienda
WHERE COUNT(ventas.idbodega) = SELECT COUNT(bodegas.id) FROM bodegas;

Y decime si funciono, que quiero saber.