Subject RE: [firebird-support] Re: selecting a random record within the db
Author Kevin Day Programming
> select first 1 skip :n
> from ....
>
> (I do not know whether you can use a parameter inside the skip. If you

According to the release notes you can use parameters for both the first and
skip options.
I use parameters myself for both first and skip.

regards,
Kevin.