RE: actualizacion masiva

From: "Carlos Chavez Herrera" <cechav(at)hotmail(dot)com>
To: horaciod(at)logos(dot)uncu(dot)edu(dot)ar
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: RE: actualizacion masiva
Date: 2004-10-25 15:45:54
Message-ID: BAY14-F19fExvWvqzAo00002fe6@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

<html><div style='background-color:'><DIR><FONT color=#0000ff size=2>
<P>insert into Destino (idcampo1, campo2)</P>
<P>values (</P>
<P>select idotrocampo1, otroCampo2 </P>
<P>from Origen </P>
<P>where idotrocampo1 not in (</P>
<P>select idcampo1 </P>
<P>from destino as Destino2 </P>
<P>where destino2.idcampo1=origen.idotrocampo1</P>
<P>)</P></DIR>
<P>)</P>
<P></FONT><BR>creo que esto resuelve tu problema<BR><BR></P>
<DIV>
<H6 align=right><FONT size=2>&nbsp;Carlos Chavez&nbsp; <IMG height=12 src="http://graphics.hotmail.com/emvamp.gif" width=12>&nbsp;&nbsp;&nbsp;&nbsp; </FONT></H6></DIV></div><br clear=all><hr>Charla con tus amigos en línea mediante MSN Messenger: <a href="http://g.msn.com/8HMBES/2728??PS=47575" target="_top">Haz clic aquí</a> </html>

Attachment Content-Type Size
unknown_filename text/html 762 bytes

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Ivan Figueroa 2004-10-25 20:42:59 Re: ODBC
Previous Message Alvaro Herrera 2004-10-25 14:27:48 Re: PROCEDURE..!!!!