Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Update table with contents from another table

Re: Update table with contents from another table

From: Igor Racic <igor.racicC_at_freesurf.fr_no_C>
Date: Thu, 08 Jul 2004 22:34:06 +0200
Message-ID: <40edaf51$0$26348$626a14ce@news.free.fr>


> Update (Select T_A.C1, T_A.C2 ..., T_B.C2, T_B.C3
> FROM T_A, T_B
> WHERE ...)
> SET T_A.C1=T_B.C2,
> T_A.C2 = T_B.C3, ...

Very likely you've done a good choice.

Igor Received on Thu Jul 08 2004 - 15:34:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US