Subject | Re: selecting a random record within the db |
---|---|
Author | rebel_rob_98 |
Post date | 2005-06-08T18:10:21Z |
Everyone,
Thanks for your help. It works great using the rfunc and I pass
parameters to both fields as described below!
thanks,
Robert
Thanks for your help. It works great using the rfunc and I pass
parameters to both fields as described below!
thanks,
Robert
--- In firebird-support@yahoogroups.com, "Adam" <s3057043@y...> wrote:
> --- 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