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

CONCAT Long and String

From: Andreas Schlegel <schlegelaw_at_epost.de>
Date: Sun, 09 Mar 2003 23:44:09 +0100
Message-ID: <3E6BC3B9.7080709@epost.de>


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 Received on Sun Mar 09 2003 - 16:44:09 CST

Original text of this message

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