Re: NULL values

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: NULL values
Дата
Msg-id 20010710140858.A4043@wolff.to
обсуждение исходный текст
Ответ на NULL values  ("Mark Muffett" <markm@muffett.net>)
Список pgsql-general
On Tue, Jul 10, 2001 at 06:45:29PM +0100,
  Mark Muffett <markm@muffett.net> wrote:
> A simple question:
>
> Is there a Postgresql equivalent to the Oracle NVL( ) function, which allows a SELECT statement to fill in default
valuesif a column is NULL? 

coalesce will return the first nonnull argument.

В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Interfacing with MSAccess
Следующее
От:
Дата:
Сообщение: Re: error handling. How to?