Where is IFNULL?

Поиск
Список
Период
Сортировка
От Sascha Ziemann
Тема Where is IFNULL?
Дата
Msg-id m3u2luekqr.fsf@intra.do.khs-ag.de
обсуждение исходный текст
Ответы Re: [GENERAL] Where is IFNULL?
Список pgsql-general
Hi,

the user manual describes the function IFNULL on page 38, but when I
try to use it I get the following error:

  users=> select ifnull (NULL, 'nix');
  ERROR:  No such function 'ifnull' with the specified attributes

What do I have to do to get the function?

Or does anybody know a simple way to concatenate strings, which can be
NULL?

Sascha

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

Предыдущее
От: Thomas Drillich
Дата:
Сообщение: no primary key on self designed type
Следующее
От: Stuart Rison
Дата:
Сообщение: Re: [SQL] Fw: Whats happen here?