Ver Mensaje Individual
  #2  
Antiguo 18-08-2005
fabianmk fabianmk is offline
Miembro
 
Registrado: jul 2004
Posts: 38
Reputación: 0
fabianmk Va por buen camino
Proba con esta forma:

update tabla1
set campo1 = (select campo1
from tabla2
where tabla1.campo = tabla2.campo),
campo2= (select campo2
from tabla2
where tabla1.campo = tabla2.campo)

Salu2

Fabian
Responder Con Cita