Subject Re: [firebird-support] SELECT FIRST [variable]
Author Dmitry Yemanov
"PenWin" <penwin@...> wrote:
>
> Is it possible to use a variable to limit a number of returned records?

Yes.

> FOR SELECT FIRST :maxrows key, value FROM table

SELECT FIRST (:maxrows key), value FROM table


Dmitry