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

Home -> Community -> Usenet -> c.d.o.misc -> Update table

Update table

From: miguel <jmiguel_at_cet.pt>
Date: 1997/10/27
Message-ID: <01bce306$8bb5fd00$0a0a2c0a@jmiguel.cet.pt>#1/1

SQL question:

Table test1 ( A,B,C,D,E,F) Table test2 (A,B,C,D)

I want to update column C and D from "test1" where test1.A=test2.A and test1.B=test2.B and (test1.C<>test2.C or test1.D<>test2.D).

Can someone help me?
Tanks Received on Mon Oct 27 1997 - 00:00:00 CST

Original text of this message

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