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 -> Insert using LONG data type

Insert using LONG data type

From: Allen Stennett <stennett_at_earthlink.net>
Date: 1997/11/25
Message-ID: <347B96C8.BB4311DC@earthlink.net>#1/1

I am having problems inserting using a "LONG" datatype. Here is an example

INSERT INTO A(x,y,z)
select x,y,z
from B;

I get an error saying misuse of LONG data type if "x" in table A and Table B are both longs. I cannot see anything in the Oracle books that I have read that this should be a problem. There are some restrictions using a LONG data type but I don't see one using it with an INSERT except you can't use it in the "where" clause.

Thanks Received on Tue Nov 25 1997 - 00:00:00 CST

Original text of this message

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