Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/07/2006, 11:42
hebam
 
Fecha de Ingreso: julio-2006
Ubicación: cd. de México
Mensajes: 22
Antigüedad: 17 años, 10 meses
Puntos: 0
actualizacion

no me esta almacenando los registro, estoy nutilizando esta secuencia:
update shopper
set region = (select region
from shtemp
where shtemp.idtrab = shopper.idtrab ),
distrito = (select distrito
from shtemp
where shtemp.idtrab = shopper.idtrab)
where idtrab = idtrab