| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> LONG DATATYPE
How can I take all the data from a table that has a field in it
defined as a long datatype and put it into a table that has the same
fields except for the long will now be going into a field that is 240
characters?
FROM TABLE
 field 1 varchar2(10)
 field 2 date
 field 3 long
TO TABLE
  field 1 varchar2(10)
  field 2 date
  field 3 varchar2(240)
TIA, D. Tharpe Received on Tue Nov 03 1998 - 10:05:39 CST
|  |  |