Help: PL/SQL problem

From: <u132781982_at_spawnkill.ip-mobilphone.net>
Date: Sun, 18 Mar 2001 23:42:33 GMT
Message-ID: <l.984958957.1646118164_at_ip-20-138-46.dc-g.navipath.net>


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/new
Received on Mon Mar 19 2001 - 00:42:33 CET

Original text of this message