Subject | Re: [firebird-support] Procedure as Function calling |
---|---|
Author | Woody (TMW) |
Post date | 2005-05-04T15:23:25Z |
From: "fomin_maxim" <kievfm@...>
more than one row returned.
Woody (TMW)
> Hello!Remove the suspend statement. You don't need it since there will never be
>
> I have question. I have procedure, for example:
>
> CREATE PROCEDURE SQR(X INTEGER) RETURNS(RESULT INTEGER) AS
> begin
> Result=:x*:x;
> suspend;
> end
more than one row returned.
Woody (TMW)