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 -> Re: CONCAT Long and String

Re: CONCAT Long and String

From: DA Morgan <damorgan_at_exesolutions.com>
Date: Sun, 09 Mar 2003 16:45:04 -0800
Message-ID: <3E6BE010.15B6EF23@exesolutions.com>


Andreas Schlegel wrote:

> Hello,
>
> I need to update a LONG col. I tried it in this way:
> UPDATE comp SET field1=CONCAT(field1, 'additional remark') WHERE ckey=4711;
>
> But that construct throws the error ORA-00932. I tried some cast
> functions but they won't work.
>
> Any idea?
>
> Greetings,
> Andreas

Had you given us a version and edition of Oracle I'd not do this ... but as you didn't ... go to http://tahiti.oracle.com and look up LONG data type. You'll not be doing this in SQL.

And it would be best to migrate to CLOB datatype.

Daniel Morgan Received on Sun Mar 09 2003 - 18:45:04 CST

Original text of this message

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