Subject Re: selecting a random record within the db
Author Adam
--- In firebird-support@yahoogroups.com, "Kevin Day Programming"
<kev.kdp@b...> wrote:
> > 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.

Thanks Kevin,

That makes it pretty simple then.

Adam