Ver Mensaje Individual
  #5 (permalink)  
Antiguo 04/03/2011, 10:06
Avatar de gnzsoloyo
gnzsoloyo
Moderador criollo
 
Fecha de Ingreso: noviembre-2007
Ubicación: Actualmente en Buenos Aires (el enemigo ancestral)
Mensajes: 23.324
Antigüedad: 16 años, 5 meses
Puntos: 2658
Respuesta: ayuda con esta consulta

Código MySQL:
Ver original
  1.     i.COD_INM,
  2.     i.DES_INM,
  3.     i.VAL_INM,
  4.     i.ARE_INM,
  5.     i.NUM_HAB_INM,
  6.     i.NUM_BAN_INM,
  7.     i.NUM_GAR_INM,
  8.     i.EST_SOC_INM,
  9.     m.NOM_MUN,
  10.     ti.NOM_TIP_INM,
  11.     z.NOM_ZON
  12.     inmuebles i INNER JOIN municipios m USING (COD_MUN )
  13.     INNER JOIN tipo_inmueble ti USING (COD_TIP_INM)
  14.     INNER JOIN zonas z USING ( COD_ZON )
  15.     ti.COD_TIP_INM =1 AND (m.COD_MUN =3 OR z.COD_ZON =0);
__________________
¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores constantemente...
"El problema es la interfase silla-teclado." (Gillermo Luque)