Subject Re: [firebird-support] SELECT FIRST [variable]
Author Michael Weissenbacher
Hi,
>>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
I haven't tried it, but i guess you meant
SELECT FIRST (:maxrows) key, value FROM table

Michael