Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: LONG fields inside a trigger.
Morten Primdahl wrote:
>
> Hi. Is it at all possible to do something like:
>
> CREATE TRIGGER ...
> INSERT INTO some_other_table (long_field)
> VALUES ('string A'||:new.this_long_field||'string B');
Use a PL/SQL table to contain intermedia result.
Yourself. Received on Wed Mar 21 2001 - 15:56:41 CST
![]() |
![]() |