Re: Execute Immediate Not Working With WHERE CURRENT OF
From: <rhythmram_at_gmail.com>
Date: 21 Dec 2005 13:06:41 -0800
Message-ID: <1135199201.635061.117440_at_g47g2000cwa.googlegroups.com>
Date: 21 Dec 2005 13:06:41 -0800
Message-ID: <1135199201.635061.117440_at_g47g2000cwa.googlegroups.com>
Hi Bakker Thanks for your reply.
[Quoted] [Quoted] What will be the code if i have the table name as dynamic like..
for c1_rec in c1 loop
## some logic to get strTECH value ####
update "DYNAMIC TABLE NAME" set subsec = strtech
where current of c1;
end loop;
Received on Wed Dec 21 2005 - 22:06:41 CET