Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Help: PL/SQL problem
Hi, folks,
I write a PL/SQL as follows,
create or replace procedure p as
cursor c_p is select agm from raw_nolinks; i number; fwd_what varchar2(10); begin for v_p in c_p loop for i in 1..15 loop If substr(v_p.agm,i,1) = 'T' then /* (1)do somthing like: fwd_what :='fwd_what'||i; question is how to do the (1)do somthing like: fwd_what :='fwd_'||i
in PL/SQL?
Thank you very much for your help.
-- Sent by dbadba62 from hotmail within field com This is a spam protected message. Please answer with reference header. Posted via http://www.usenet-replayer.com/cgi/content/newReceived on Sun Mar 18 2001 - 17:42:33 CST
![]() |
![]() |