Subject | Re: [firebird-support] call a stored procedure |
---|---|
Author | Anderson Farias |
Post date | 2009-08-15T18:54:21Z |
Hi,
select
document.id_document,
dc.*
from document
left join DOC_IESIRE_MOD_CALC_6(document.id_document) dc
on (1=1)
Regards,
Anderson
> selectjust JOIN them, example:
> document.id_document,
> DOC_IESIRE_MOD_CALC_6(document.id_document) /*all the fields */
> from document
select
document.id_document,
dc.*
from document
left join DOC_IESIRE_MOD_CALC_6(document.id_document) dc
on (1=1)
Regards,
Anderson