Subject | Re: Stored procedure - variables for FIRST x SKIP y?? |
---|---|
Author | Alexander V.Nevsky |
Post date | 2003-10-27T16:58:59Z |
--- In firebird-support@yahoogroups.com, dhay@l... wrote:
parenthises like
SELECT FIRST (:N) SKIP (:S) forms.id, forms.title ...
Best regards,
Alexander
>nicely.
> Hi,
>
> Thanks for previous help on stored procedures - got several running
>select
> Now trying to pass in parameters for the FIRST x SKIP y part of the
> clause. Is this possible?David, when using parameters in First/Skip you should place them in
>
parenthises like
SELECT FIRST (:N) SKIP (:S) forms.id, forms.title ...
Best regards,
Alexander