Subject | Re: Stored procedure |
---|---|
Author | mikcaau |
Post date | 2005-03-03T03:30:28Z |
--- In firebird-support@yahoogroups.com, Robert martin <rob@c...> wrote:
.Itemref = :i_ItemRef
mick
> Hi...
>
> I am a stored procedure novice (in the extreme). I have the following
> Any suggestions ?...
>...
> CREATE PROCEDURE BackOrderedItems (DrTransRef Numeric(11) )
> RETURNS (
> WHERE d.DrTransRef = :DrTransRef...
> AND d.Subrank = 999
.Itemref = :i_ItemRef
> INTO Avail, Due;INTO :Avail, :Due
>note :
> SUSPEND;
> END
>
>
>
mick