Re: If function available?

Поиск
Список
Период
Сортировка
От Brett W. McCoy
Тема Re: If function available?
Дата
Msg-id Pine.LNX.4.30.0111201343100.15089-100000@chapelperilous.net
обсуждение исходный текст
Ответ на Re: If function available?  (Francisco Reyes <lists@natserv.com>)
Список pgsql-novice
On Tue, 20 Nov 2001, Francisco Reyes wrote:

> > You want CASE, as in:
> > CASE WHEN field1 = 1 THEN NULL ELSE field1 END
> >
> > See Postgresql.org --> Documentation --> SQL Commands --> SELECT for
> > more information, or consult your favorite SQL92 manual.
>
> No luck. Neither the online "\h select" or the online docs at the web site
> even mention CASE.
>
> Tried searching for an online SQL 92 manual and didn't find any.
>
> Any pointers on how to use the CASE statement or a URL for a general SQL
> 92 reference?

http://www.postgresql.org/idocs/index.php?functions-conditional.html

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
You should emulate your heros, but don't carry it too far.  Especially
if they are dead.


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

Предыдущее
От: Francisco Reyes
Дата:
Сообщение: Re: If function available?
Следующее
От: Juan Jose Natera Abreu
Дата:
Сообщение: Re: Info about DBI::Sybase.