Re: Questions about my ifnull function - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Questions about my ifnull function
Date
Msg-id 20030923201539.GA17528@wolff.to
Whole thread Raw
In response to Questions about my ifnull function  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-general
On Tue, Sep 23, 2003 at 12:58:03 -0700,
  Steve Crawford <scrawford@pinpointresearch.com> wrote:
> Having a requirement to change null into a certain value in a query I
> created a couple versions of an ifnull function as follows:
>
> 1. Did I overlook a better builtin function?

COALESCE is the standard way to do this.

pgsql-general by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: Questions about my ifnull function
Next
From: "Johnson, Shaunn"
Date:
Subject: Ora2Pg question