where with NULL values are not selected

Поиск
Список
Период
Сортировка
От Düster Horst
Тема where with NULL values are not selected
Дата
Msg-id 5B025B1F39D6D4119F5700508BEEEC6603DE3D8C@srsofaioi4546.ktso.ch
обсуждение исходный текст
Ответы Re: where with NULL values are not selected  (Peter Eisentraut <peter_e@gmx.net>)
Re: where with NULL values are not selected  (Dawid Kuroczko <qnex42@gmail.com>)
Re: where with NULL values are not selected  (Dawid Kuroczko <qnex42@gmail.com>)
Список pgsql-admin
I try to join two tables whereas some column values do have NULL values with
the following query:

select table1.column from table1, table2 where table1.column=table2.column

table1.column and table2.column may have NULL values. The problem is that
these columns where not selected. Does there exists any solution to
select/join the NULL value colums also.

I would be appeciate about any hint.

PostgreSQL 7.4.5

With best regards
Horst Duester



---------------------------------
 
Dr. Horst Düster
GIS-Koordinator /Amtschef Stv.

Kanton Solothurn 
Amt für Geoinformation
Abteilung SO!GIS Koordination
Werkhofstr. 65
CH-4509 Solothurn

Tel.: ++41 (0)32 627 25 32
Fax: ++41 (0)32 627 22 14

horst.duester@bd.so.ch
www.sogis.so.ch


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

Предыдущее
От: Mogin Mohandas
Дата:
Сообщение: doubt
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: where with NULL values are not selected