Re: Funcion no funciona

From: Ing(dot) Eris J(dot) Gómez <eris_jose(at)hotmail(dot)com>
To: "juan" <juanramirez(at)cajazacate(dot)com(dot)sv>
Cc: <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Funcion no funciona
Date: 2009-08-14 17:53:32
Message-ID: COL116-DS3CA5D7D846DE9D632D7778E020@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

--CREATE OR REPLACE FUNCTION "public"."cxp_balfactura" (x_codcia varchar,
x_suplidor varchar, x_factura varchar, x_moneda integer, x_monto numeric)
RETURNS numeric AS

select cxp_balfactura('01','000409','0190000163',2,7000)

--------------------------------------------------
From: "juan" <juanramirez(at)cajazacate(dot)com(dot)sv>
Sent: Friday, August 14, 2009 12:46 PM
To: ""Ing. Eris J. Gómez"" <eris_jose(at)hotmail(dot)com>
Cc: <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: [pgsql-es-ayuda] Funcion no funciona

> Ing. Eris J. Gómez escribió:
>> Cambie los parametros por tipo varchar, pero no funciona todavia.
>>
>
> Como ejecutas la función?
>
>
> --
> Cordialmente,
> Juan Ramírez
> El Salvador
>

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Emanuel Calvo Franco 2009-08-14 18:08:14 Re: [pgsql-es-ayuda] Re: [pgsql-es-ayuda] Correccion de Mensaje en Español
Previous Message Ing. Eris J. Gómez 2009-08-14 17:19:36 Re: Funcion no funciona