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 -> [Help] How do i update multiple rows in a table

[Help] How do i update multiple rows in a table

From: Maelstorm <teehjNOteSPAM_at_hotmail.com.invalid>
Date: Mon, 04 Oct 1999 19:03:12 +1700
Message-ID: <0a0133f8.71a8df18@usw-ex0102-009.remarq.com>


How do i update multiple rows in a table base on multiple rows of a different table. OKie if that is vague.. i write down the sql statement which works in sql server.

UPDATE TABLEA, TABLEB SET TABLEACOLUMN2 = TABLEBCOLUMN2 WHERE TABLE1COLUMN1 = TABLE2COLUMN1 basically what i want is to update table a with whatever data that is in table2.

I need to do that in sql statement.

Thanks

Received on Sun Oct 03 1999 - 21:03:12 CDT

Original text of this message

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