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

Home -> Community -> Usenet -> c.d.o.server -> Copying LONG RAW fields between tables

Copying LONG RAW fields between tables

From: Zed Martins <zed_at_tecnisainfor.com.br>
Date: 2000/09/21
Message-ID: <8qd78i$s9u$1@nnrp1.deja.com>#1/1

Hello everyone!

I need to transfer the value from a LONG RAW field from a table to another. I need to implement something like this:

INSERT INTO TABLE1 (COL1, LONG_RAW_COL1) (SELECT COL2, LONG_RAW_COL2 FROM TABLE2); Thanks for any help.

Zed.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Sep 21 2000 - 00:00:00 CDT

Original text of this message

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