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 -> Correlated updates.

Correlated updates.

From: Mark Hunter <mark_at_se7en.demon.co.uk>
Date: 1997/12/07
Message-ID: <348a688e.266552@news.demon.co.uk>#1/1

I wonder if you could help me with a piece of SQL?

TableA has a column called Ref, which is unique. TableB has columns called Oldref and Newref.

For every value of TableA( Ref) there is a corresponding value in TableB( Oldref)

I wish to update every row in TableA so that the value of Ref is updated to Newref (as listed in TableB).

Suggestions please.
Mark Hunter
http://www.se7en.demon.co.uk Received on Sun Dec 07 1997 - 00:00:00 CST

Original text of this message

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