Subject Re: looping Store Procedure
Author Adam
--- In firebird-support@yahoogroups.com, mugi yanto
<bantal_keyboard@...> wrote:
>
> Hi, All
>
> Anyone could give me sample rows / script of Store Procedure for
looping (SELECT QUERY) ?
>

If you have The Firebird book, read Chapter 30.
Otherwise, download the Interbase 6 Language Reference from
http://www.firebirdsql.org/?op=doc
and read Ch3.

Specifically you need the for select syntax, but as we don't know what
you intend on doing inside your loop, there is little point doing
example code.

Adam