Re: Funcion Found no funciona

From: Julio Cesar Rodriguez Dominguez <jurasec(at)gmail(dot)com>
To: Fernandos Siguenza <fsigu(at)hotmail(dot)com>
Cc: jchavezb(at)gmail(dot)com, Foro Postgres <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Funcion Found no funciona
Date: 2009-08-14 17:00:58
Message-ID: 925902880908141000x681a5c39l7626ba5b63d3d3b7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

2009/8/14 Fernandos Siguenza <fsigu(at)hotmail(dot)com>

> Gracias migo por responder pero a que te refieres con el coallesce,
> Porque intente preguntar por
> if vSaldoAnterior=null
>

esa comparación siempre sera falsa, para compara si es null, debes usar is:

if vSaldoAnterior is null then
.
.
end if;

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message juan 2009-08-14 17:16:55 Re: Funcion no funciona
Previous Message Alvaro Herrera 2009-08-14 16:56:21 Re: Re: [pgsql-es-ayuda] Funcion que no funciona?.... que error te dá?