Null...

Поиск
Список
Период
Сортировка
От Mihai Gheorghiu
Тема Null...
Дата
Msg-id 000301c14dcb$e0afc500$6e646464@New6.Travel
обсуждение исходный текст
Ответы Re: Null...
Список pgsql-general
PG7.1.2 on RH7.0

select 'a'<>null;
 ?column?
----------

(1 row)

select 'a'!=null;
 ?column?
----------

(1 row)

select 'a'=null;
 ?column?
----------
 f
(1 row)

select 'a'||null;
 ?column?
----------

(1 row)

Can someone please explain the above?


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