Subject | Re: [ib-support] Restricting the No of Rows |
---|---|
Author | Lucas Franzen |
Post date | 2002-11-29T12:32:48Z |
Ajay schrieb:
N = Number of rows returned
M = Number of records to skip before selecting.
Luc.
>SELECT FIRST <N> SKIP <M> <FIELDS> FROM ...
> hi
> Is there any way by which you can restrict the no of rows returned in FireBird (eg 1 to 200)
N = Number of rows returned
M = Number of records to skip before selecting.
Luc.