Re: select and null

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: select and null
Дата
Msg-id 20001027151620.B27268@l-t.ee
обсуждение исходный текст
Ответ на select and null  (Peter Pilsl <pilsl@goldfisch.at>)
Список pgsql-general
On Fri, Oct 27, 2000 at 02:17:23PM +0200, Peter Pilsl wrote:
> I have a table and want to print out all entries that are not Null ...
>
> select * from test where entry=Null;

xxx = NULL -> answer is NULL, ofcourse.

You whould do ' ... WHERE entry IS NULL'


--
marko


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

Предыдущее
От: "Adam Lang"
Дата:
Сообщение: Re: Postgres 7.0.2-2 on Red Hat 7.0?
Следующее
От: Mike E
Дата:
Сообщение: Re: Time Difference