Subject Re: [firebird-support] example of using first..skip in a stored procedure on Firebird 1.5?
Author Dmitry Yemanov
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