Re: llamar a funcion

From: "Luis Guevara" <luis(dot)a(dot)guevara(at)gmail(dot)com>
To: "Edwin Quijada" <listas_quijada(at)hotmail(dot)com>
Cc: "Gerardo Gonzalez" <gergonvel(at)hotmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: llamar a funcion
Date: 2008-06-05 13:21:51
Message-ID: fa2b6e3a0806050621q52bd35f4md9370f941d89da89@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

>
>
> x:=mi_funcion(parametros);
> claro desde plpgsql desde una funcion sql esto no funciona
>
>
>
O tambien así, si solo deseas ejecutarla:

PERFORM mifuncion()

--
atte.
Luis Guevara

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Gerardo Gonzalez 2008-06-05 13:54:47 RE: llamar a funcion
Previous Message Marcos Saldivar 2008-06-05 12:57:36 Re: Ejecutar procedimiento almacenado