Re: select * from mytable where myfield=null;

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: select * from mytable where myfield=null;
Дата
Msg-id 25959.1021387358@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: select * from mytable where myfield=null;  ("Marin Dimitrov" <marin.dimitrov@sirma.bg>)
Список pgsql-jdbc
"Marin Dimitrov" <marin.dimitrov@sirma.bg> writes:
> don't use NULLs

I agree with Marin.  If you think you need x = NULL to act like x IS
NULL, then you should rethink the way you are using NULL in your data
design.  You are really swimming against the tide of the way that SQL
specifies NULL to work.

            regards, tom lane

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

Предыдущее
От: "Hoanui Morangie"
Дата:
Сообщение: Re: select * from mytable where myfield=null;
Следующее
От: "Hoanui Morangie"
Дата:
Сообщение: Re: select * from mytable where myfield=null;