Re: ayuda sobre funcion nullif

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Pedro Mateo <pedromateoa(at)gmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: ayuda sobre funcion nullif
Date: 2006-10-22 03:52:51
Message-ID: 20061022035251.GA30853@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Pedro Mateo escribió:
> no funciona como debe no se porque pero tuve que hacer yo
> mismo una funcion que me hiciera lo que supone que debe hacer
>
> la funcion nullif(valor,valor de retorno si el primer parametro es nul)

Quizas si leyeras la documentacion te darias cuenta de lo que realmente
hace la funcion nullif():

The NULLIF function returns a null value if and only if value1 and
value2 are equal. Otherwise it returns value1.

La funcion que hace lo que tu quieres es COALESCE.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2006-10-22 19:37:48 Re: consulta problema de conversion
Previous Message Pedro Mateo 2006-10-22 02:09:26 ayuda sobre funcion nullif