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 -> Re: Updating from two tables

Re: Updating from two tables

From: ianal Vista <ianal_vista_at_hotmail.com>
Date: Wed, 26 Jul 2006 02:32:00 GMT
Message-ID: <Xns980BC6BA8DC63ianalvistahotmailcom@70.169.32.36>


RiseY3K_at_gmail.com wrote in news:1153860357.131487.110870 @m73g2000cwd.googlegroups.com:

> Hi,
>
> TABLE table_a
> (
> change_date DATE NOT NULL,
> id NUMBER(3) NOT NULL,
> pri_order VARCHAR2(5),
> sec_order VARCHAR2(5),
> ...
> media_id NUMBER(4) NOT NULL
> );
>
>
> TABLE table_b
> (
> change_date DATE NOT NULL,
> id NUMBER(3) NOT NULL,
> pri_order VARCHAR2(5),
> sec_order VARCHAR2(5),
> ...
> name VARCHAR(21)
> );
>
>
> I would like to update table_b from table_a with pri_order and
> sec_order for every matching id. This looks like a fairly easy sql
> statement, but I have tried many sql statement and looked for help and
> but couldn't get it to work. I am using an oracle database.

My car is broken. Tell me how to fix it, please.

Please try Reading The Fine Manual found at---

http://www.techonthenet.com/oracle/cursors/current_of.php Received on Tue Jul 25 2006 - 21:32:00 CDT

Original text of this message

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