AW: AW: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL v s. S tand ards

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: AW: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL v s. S tand ards
Дата
Msg-id 11C1E6749A55D411A9670001FA687963368314@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> > Thus it could be, that NULL in "where column = NULL" is not defined 
> > to have a special meaning according to SQL92.
> 
> The way I interpret Celko's interpretation of SQL92, that specific
> construct has a meaning; it evaluates to UNKNOWN, thus not to TRUE,

Imho the text refers to a content of a particular column of one particular row.

where table1.col1 = table2.col1

the content of table2.col1 is null --> comparison evaluates to UNKNOWN.
It does not state whether NULL is a valid constant expression.

Andreas


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

Предыдущее
От: Tom Ivar Helbekkmo
Дата:
Сообщение: Re: AW: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. S tand ards
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Standards