union de tablas
Publicado por Juan (1 intervención) el 05/03/2008 16:21:31
Hola, alguien me puede decir si apreci incoherencias en este codigo,
gracias de antemano
select asmaar01.vatcod, asmaar01.arcarf, asmaar01.ardes1, asmaar01.eswint, ascata01.valcod, ascata01.descat, asmaar01.arfalt, ascata01.icorut, ascata01.imgrut, ascata01.imgrut_g, ascata01.cota1, ascata01.cota2, ascata01.cota3, ascata01.cota4, ascata01.cota5
from asmaar01, ascata01
where asmaar01.emcodi = ascata01.emcodi and
asmaar01.vatcod = ascata01.vatcod and
asmaar01.arcarf = ascata01.arcarf and
gracias de antemano
select asmaar01.vatcod, asmaar01.arcarf, asmaar01.ardes1, asmaar01.eswint, ascata01.valcod, ascata01.descat, asmaar01.arfalt, ascata01.icorut, ascata01.imgrut, ascata01.imgrut_g, ascata01.cota1, ascata01.cota2, ascata01.cota3, ascata01.cota4, ascata01.cota5
from asmaar01, ascata01
where asmaar01.emcodi = ascata01.emcodi and
asmaar01.vatcod = ascata01.vatcod and
asmaar01.arcarf = ascata01.arcarf and
Valora esta pregunta


0