update customer set aparroquia = (select c.APARROQUIA from cust.customer as c where c.ruc=customer.ruc limit 1); update customer set estadocivil = (select c.estadocivil from cust.customer as c where c.ruc=customer.ruc limit 1); update customer set sexo = (select c.sexo from cust.customer as c where c.ruc=customer.ruc limit 1); update customer set AORIGENINGRESOS = (select c.AORIGENINGRESOS from cust.customer as c where c.ruc=customer.ruc limit 1); update customer set atipopersona = (select c.atipopersona from cust.customer as c where c.ruc=customer.ruc limit 1); RHSBYHW [NWHX