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 -> convert long to clob?

convert long to clob?

From: <hheisler_at_yahoo.com>
Date: 20 Mar 1999 03:58:35 GMT
Message-ID: <7cv6db$89r$1@spitting-spider.aracnet.com>


Is there a straightforward way to convert a table with a long column to use a clob column?

tableA=

id	int
txt	long

tableB=
id	int
txt	clob


This statement does not work-
insert into tableB select * from tableA

_hal Received on Fri Mar 19 1999 - 21:58:35 CST

Original text of this message

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