Subject Re: Longevity of firebird / Interbase
Author alex_vnru
--- In ib-support@y..., Jaume Andreu Sabater Malondra <jsabater@l...>
wrote:
> On Wednesday 04 September 2002 11:40, lester@l... wrote:
>
> > I ask again, what else do you need from Firebird?
>
> I would like to be able to use input parameters in a stored
procedure as
> SELECT fields. I mean, something like this:

Jaume, I'm not shure I understand your wish above, but your
procedure will work if you will use parenthesis when specifying
parameters for Select First:

SELECT FIRST (:P_FIRST) SKIP (:P_SKIP)

Best regards, Alexander V.Nevsky.