Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Dynamic FOR IN mySQL_String LOOP doSomething END LOOP, 8i
On Mon, 22 Aug 2005 17:24:42 +0200, COAST <coast_at_cedes.com> wrote:
>So I want to concatenate mySQL_String dynamically and use allways the same
>FOR IN command.
Just drop the for in loop
and replace by NDS: a ref cursor and individual fetches.
You will end up with one loop, with a few more lines of code.
-- Sybrand Bakker, Senior Oracle DBAReceived on Mon Aug 22 2005 - 12:00:14 CDT
![]() |
![]() |