SQL Question...
From: Allan Marcus <allan_at_apple.com>
Date: Wed, 9 Nov 94 22:40:39 GMT
Message-ID: <allan.1134808479E_at_newshost.lanl.gov>
Allan Marcus
"My opinions are my own, I think..."
Received on Wed Nov 09 1994 - 23:40:39 CET
Date: Wed, 9 Nov 94 22:40:39 GMT
Message-ID: <allan.1134808479E_at_newshost.lanl.gov>
I'm kinda new to Oracle, so please don't kill me if this is too easy!
I have two identicle tables. each table contains a LONG column. I want to
copy the data from table A to table B. Here's what I tried:
insert into B select * from A
Unfortuantely, I get a "ORA-00997: Illeage use of LONG datatype" error message.
So, how can I move the data?
Please e-mail me an answer if you would be so kind.
Thanks,
Allan Marcus
"My opinions are my own, I think..."
AppleLink: Allan.Marcus
CIS: 76666,2113
InterNet: allan_at_apple.com (not affiliated with Apple Computer)
eWorld or NewtonMail: Allan.M
Day Job email: allan_marcus_at_lanl.gov
Day Job Voice: 505-665-1828
Received on Wed Nov 09 1994 - 23:40:39 CET