Re: select an entry with a NULL date field

Поиск
Список
Период
Сортировка
От Jesus Aneiros
Тема Re: select an entry with a NULL date field
Дата
Msg-id Pine.LNX.4.10.10008141521240.9012-100000@jagua.cfg.sld.cu
обсуждение исходный текст
Ответ на select an entry with a NULL date field  (Web Manager <web@inter-resa.com>)
Список pgsql-sql
Use

select entry_id from tbl_date where date_02 is null;

NULL = NULL is undefined according to SQL standards.

--
Jesus Aneiros Sosa
mailto:aneiros@jagua.cfg.sld.cu
http://jagua.cfg.sld.cu/~aneiros

On Mon, 14 Aug 2000, Web Manager wrote:

> ERROR:  parser: parse error at or near "null"
> >select entry_id from tbl_date where date_02='';
> Not work, that's a wrong date format
> >select entry_id from tbl_date where date_02="";
> Not work, "" considered as an attribute
> 
> Thank you for your time!
> -- 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Marc Andre Paquin
> 



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

Предыдущее
От: Henry Lafleur
Дата:
Сообщение: RE: select an entry with a NULL date field
Следующее
От: "Adam Lang"
Дата:
Сообщение: copy from