Subject | Re: [firebird-support] example of using first..skip in a stored procedure on Firebird 1.5? |
---|---|
Author | Dalton Calford |
Post date | 2008-12-01T20:02:41Z |
Thanks!
On Mon, 2008-12-01 at 22:55 +0300, Dmitry Yemanov wrote:
> Dalton Calford wrote:
> >
> > Here is a snippit of what I am trying to do
> >
> > for SELECT first :RowCount skip :StartRow a.yack from foo a
> into :bleah
> > do begin....end
>
> for SELECT first (:RowCount) skip (:StartRow) ...
>
> Dmitry
>
>
>
>
>
>
[Non-text portions of this message have been removed]