From: | "Felipe Amezquita" <felmarla(at)gmail(dot)com> |
---|---|
To: | "cDaniel GE" <cdanielg(at)gmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Llamar una funcion dentro de una función. |
Date: | 2006-04-28 22:39:34 |
Message-ID: | bf4cfe570604281539g39b53980j153bf3ef88df6eb2@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Hermano o que usted debe ghacer es igular una variable del tipo que
retorna a la funcion y ya jugar con esta
El 28/04/06, Alvaro Herrera<alvherre(at)commandprompt(dot)com> escribió:
> cDaniel GE escribió:
> > Hola que tal?
> >
> > Mi pregunta es la siguiente:
> >
> > Como hago para llamar una función dentro de otra.
>
> CREATE OR REPLACE FUNCTION cal_estado_financiero()
> RETURNS SETOF "trigger" AS
> 'DECLARE
> ASD numeric;
> BEGIN
> perform total_activo();
> perform total_pasivos();
> perform total_capital();
> END;'
> LANGUAGE 'plpgsql' VOLATILE;
>
>
> --
> Alvaro Herrera http://www.CommandPrompt.com/
> The PostgreSQL Company - Command Prompt, Inc.
>
> ---------------------------(fin del mensaje)---------------------------
> TIP 5: ¿Has leído nuestro extenso FAQ?
>
> http://www.postgresql.org/files/documentation/faqs/FAQ.html
>
--
Ing Sistemas y Telecomunicaciones
Luis Felipe Lopez Amezquita
3008217523 - 3162589699
From | Date | Subject | |
---|---|---|---|
Next Message | Ovidio Martínez Barco | 2006-04-28 22:54:58 | Procesos en estado "wait" |
Previous Message | Alvaro Herrera | 2006-04-28 21:53:54 | Re: Como recuperar datos |