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: Modify data from select before insert.

RE: Modify data from select before insert.

From: Jacques Kilchoer <Jacques.Kilchoer_at_quest.com>
Date: Thu, 19 Aug 2004 12:20:33 -0700
Message-ID: <B5C5F99D765BB744B54FFDF35F60262109F879DC@irvmbxw02>


http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/oper ators.htm

http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/expr essions.htm

http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/func tions2a.htm

=20

-----Original Message-----

Lyndon Tiu

I could use a few tips here.

I have a sql statement:

insert into table1
(
col1
)
select col1 from tabl2;

Problem is, I need to modify the data in the column from table2 first before inserting to table1. Like add a dash, after the third character ... chnage all A's to B's sort of thing.

Can you guys give me a few hints and perhaps a few keywords I can use to search google for?



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
Received on Thu Aug 19 2004 - 14:16:17 CDT

Original text of this message

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