Re: NULL != text ?

Поиск
Список
Период
Сортировка
От CSN
Тема Re: NULL != text ?
Дата
Msg-id 20051020231534.35128.qmail@web52905.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: NULL != text ?  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: NULL != text ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
BTW, it (the SQL spec I presume) has always seemed
contradictory to me that you can't do:

select * from table where field=null;

but can do:

update table set field=null;

(as opposed to 'update table set field to null' or
similar).


CSN




__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com

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

Предыдущее
От: "Roger Hand"
Дата:
Сообщение: Re: PSQL suggested enhancement
Следующее
От: Tom Lane
Дата:
Сообщение: Re: NULL != text ?