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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Updating table2 from table1

RE: Updating table2 from table1

From: Rahul <rahul_at_ratelindo.co.id>
Date: Wed, 21 Mar 2001 02:14:59 -0800
Message-ID: <F001.002D2CE1.20010321010045@fatcity.com>

create table tab_2 AS
select col1+col2 COL_ALIAS from tab_1;

> ----------
> From: Roland.Skoldblom_at_ica.se[SMTP:Roland.Skoldblom_at_ica.se]
> Reply To: ORACLE-L_at_fatcity.com
> Sent: Wednesday, March 21, 2001 3:35 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Updating table2 from table1
>
> Thanks for all your advices to me.
>
> How can I write a procedure, that does a selection from table a and then
> puts that data into table nr 2. In the new fields in table2 I am supposed
> to put for instance sums from table1 of certain fields.
>
> Roland S
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: Roland.Skoldblom_at_ica.se
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rahul
  INET: rahul_at_ratelindo.co.id

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Mar 21 2001 - 04:14:59 CST

Original text of this message

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