Subject | Re: Longevity of firebird / Interbase |
---|---|
Author | alex_vnru |
Post date | 2002-09-04T10:16:49Z |
--- In ib-support@y..., Jaume Andreu Sabater Malondra <jsabater@l...>
wrote:
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.
wrote:
> On Wednesday 04 September 2002 11:40, lester@l... wrote:procedure as
>
> > I ask again, what else do you need from Firebird?
>
> I would like to be able to use input parameters in a stored
> 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.