
18/10/2005, 08:52
|
 | | | Fecha de Ingreso: noviembre-2002
Mensajes: 681
Antigüedad: 22 años, 6 meses Puntos: 0 | |
y porque no pruebas asi...
SELECT a.NOM_CALLE, a.nro_mz, b.NOM_CALLE FROM (select * from Consulta1 where NOM_CALLE = 'VARELA') a inner join (select * from Consulta1 where NOM_CALLE = 'ALCORTA') b on a.nro_mz = b.nro_mz
__________________ "Lo importante es nunca dejar de hacerse preguntas"
Albert Einstein |