Ver Mensaje Individual
  #5 (permalink)  
Antiguo 03/10/2007, 11:05
apoyo_x
 
Fecha de Ingreso: octubre-2007
Mensajes: 1
Antigüedad: 17 años, 5 meses
Puntos: 0
Re: Consulta Update con Select anidada

UPDATE MyTabla1 SET myCol1 = b.myCol1, myCol2 = c.myCol2
FROM MyTabla1 a JOIN MyTabla2 b ON a.colid = b.colid
JOIN MyTabla3 c ON a.colid = c.colid