Re: Insert Into-why doesn't it work?

From: Tom <tom2011_at_eseenet.com>
Date: 30 Apr 2003 06:26:13 -0700
Message-ID: <df2a2112.0304300526.487e17e_at_posting.google.com>


I don't think you can insert into and select from a CLOB.

monicaroman_at_yahoo.com (Monica Roman) wrote in message news:<9eb77af5.0304290812.49235b7f_at_posting.google.com>...
> Hello,
> I received help on SQLLDR from this group a few weeks ago and now I
> need help with the insert into statement.
> I have 2 tables that have the exact same structure:
>
> Name Type
> ------------------------------- ------------
> FIELD1 DATE
> FIELD2 VARCHAR2(30)
> FIELD3 VARCHAR2(25)
> FIELD4 CLOB
>
> I need to:
>
> INSERT INTO Table1
> SELECT * FROM Table2
> WHERE Field1 like '28-APR-03%';
>
> But it doesn't work! why? It should be so simple!!
> I read a lot of the archived messages on the subject but couldn't find
> my answer. Apparently it has to do with the LOB field, does it? Please
> help?
>
> Thank you so much!
>
> Monica
Received on Wed Apr 30 2003 - 15:26:13 CEST

Original text of this message