How to transfer varchar2 to long raw
- From: tamsun <tamsun@xxxxxxxxx>
- Date: Thu, 31 Aug 2006 09:55:15 +0800
hi, I have a question:
I hava a table, such as:
Table: T1
Field:
ID varchar(38),
VALUE varchar(4000),
Now I need modify table structure to:
Table: T2
Filed:
ID varchar(38),
VALUE long raw
My question is:
As filed "VALUE" had be changed to long raw,
how to move old record into new table T2 by SQL,
e.g. how to insert a string(such as "Hello World")
into long raw filed by pure sql.
.
- Follow-Ups:
- Re: How to transfer varchar2 to long raw
- From: Brian Peasland
- Re: How to transfer varchar2 to long raw
- From: IANAL_VISTA
- Re: How to transfer varchar2 to long raw
- Prev by Date: Re: what's wrong with my package? (not a personal problem)
- Next by Date: Re: How to transfer varchar2 to long raw
- Previous by thread: what's wrong with my package? (not a personal problem)
- Next by thread: Re: How to transfer varchar2 to long raw
- Index(es):
Relevant Pages
|