Re: selecting all records where a column is null

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: selecting all records where a column is null
Дата
Msg-id 3D124089.4070505@joeconway.com
обсуждение исходный текст
Ответ на selecting all records where a column is null  ("Elmshauser, Erik" <erike@pbgnw.com>)
Список pgsql-general
Elmshauser, Erik wrote:
> Hi, I am trying to select every record from a table where a specific
> column does not have a value in it yet.  Is there a way to express that
> in a SQL statement?  Here are the few I tried:
>

See:

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

HTH,
Joe




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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: selecting all records where a column is null
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Yet another "Why won't PostgreSQL use my index?"