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 -> how do I insert a LONG varaible into a table

how do I insert a LONG varaible into a table

From: Gene Gurevich <geneg_at_umich.edu>
Date: 1997/01/17
Message-ID: <Pine.SOL.3.95.970117152340.2383A-100000@qix.rs.itd.umich.edu>#1/1

        

	Anybody knows how do I insert a value of a LONG column from
	one table into another? I tried running
	INSERT INTO table_1 (long_field1)
	SELECT long_field2
	FROM table_2;
	and got a 997 error "illegal use of a LONG type".

	I've been thinking of saving the data in a temp variable and
	then inserting this variablt into a table... Any other options?


TIA


Received on Fri Jan 17 1997 - 00:00:00 CST

Original text of this message

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