Subject | Re: [firebird-support] call a stored procedure |
---|---|
Author | Tiberiu Horvath |
Post date | 2009-08-15T18:59:27Z |
Thank you !!!
I new it should work !
Tiberiu
--------------------------------------------------
From: "Anderson Farias" <peixedragao@...>
Sent: Saturday, August 15, 2009 9:54 PM
To: <firebird-support@yahoogroups.com>
Subject: Re: [firebird-support] call a stored procedure
I new it should work !
Tiberiu
--------------------------------------------------
From: "Anderson Farias" <peixedragao@...>
Sent: Saturday, August 15, 2009 9:54 PM
To: <firebird-support@yahoogroups.com>
Subject: Re: [firebird-support] call a stored procedure
> Hi,
>
>
>> select
>> document.id_document,
>> DOC_IESIRE_MOD_CALC_6(document.id_document) /*all the fields */
>> from document
>
> just JOIN them, example:
>
>
> select
> document.id_document,
> dc.*
> from document
> left join DOC_IESIRE_MOD_CALC_6(document.id_document) dc
> on (1=1)
>
>
>
> Regards,
> Anderson
>
>
> ------------------------------------
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Visit http://www.firebirdsql.org and click the Resources item
> on the main (top) menu. Try Knowledgebase and FAQ links !
>
> Also search the knowledgebases at http://www.ibphoenix.com
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Yahoo! Groups Links
>
>
>