Re: Nulls get converted to 0 problem

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Nulls get converted to 0 problem
Дата
Msg-id Pine.LNX.4.33.0306041425570.16396-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: Nulls get converted to 0 problem  ("Vincent Hikida" <vhikida@inreach.com>)
Список pgsql-general
On Wed, 4 Jun 2003, Vincent Hikida wrote:

> > FYI, "" does NOT equal NULL does not equal 0.
>
>
> Interesting, I noticed that a few days ago. I noticed that in pg sql, if I
> used RTRIM on a column with all blanks. the RTRIM'ed result is not null. In
> Oracle I think it would be a null. That is in Oracle "" and NULL are
> equivalent.

Yeah, this is an issue we run into a lot on the lists.  Basically, Oracle
got this one wrong, people wrote a lot of code expecting it, and now
Oracle can't change it to the proper behaviour without breaking folks'
applications.

There is a setting in postgresql that turns where field=NULL into where
field IS NULL, but I don't think there's much more support for "" being
equivalent to NULL.


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

Предыдущее
От: wsheldah@lexmark.com
Дата:
Сообщение: Re: regular expression question
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Anonymous CVS access