Using COALESCE nside function

Поиск
Список
Период
Сортировка
От Robert Fitzpatrick
Тема Using COALESCE nside function
Дата
Msg-id 1185213502.16660.22.camel@columbus.webtent.org
обсуждение исходный текст
Ответы Re: Using COALESCE nside function
Re: Using COALESCE nside function
Список pgsql-general
Is it possible to use COALESCE function inside a function as a cursor
variable?

test cursor (myvar varchar) for
          (coalesce(SELECT...<snip>,0));

I get a syntax error when trying this...ERROR:  syntax error at or near
"COALESCE"...is there a way to do this?

--
Robert


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