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 table data with "long" rows

copying table data with "long" rows

From: Stephan Bressler <stephan.bressler_at_pdb.sbs.de>
Date: Mon, 6 May 2002 10:24:46 +0200
Message-ID: <ab5ekf$oj7$1@news.mch.sbs.de>


Hi,

I need to do something like

    insert into tab_a select * from tab_b where ...

Unfortunately, both tables contain a column of type 'long'.

Is there a short workaround, e.g. PL/SQL?

TIA
Stephan Received on Mon May 06 2002 - 03:24:46 CDT

Original text of this message

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