Re: how to deteck empty tables in outer joins

Поиск
Список
Период
Сортировка
От Robert B. Easter
Тема Re: how to deteck empty tables in outer joins
Дата
Msg-id 01020113494801.21994@comptechnews
обсуждение исходный текст
Ответ на how to deteck empty tables in outer joins  (Einar Karttunen <ekarttun@cs.Helsinki.FI>)
Список pgsql-novice
> SELECT *,NULL FROM a; How can I implement this?

Try 7.1beta.  It supports all the joins.  You'd be able to just do:

select * from a left join b using (id);

--
------------------------------------------------
-- Robert B. Easter
-- reaster@comptechnews.com
-- http://www.comptechnews.com/~reaster/
-- Linux Support: http://www.comptechserv.com/
------------------------------------------------

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

Предыдущее
От: "Ben Hooper"
Дата:
Сообщение: RE: Importing Excel Spreadsheets into PostgreSQL
Следующее
От: "Michael Miyabara-McCaskey"
Дата:
Сообщение: RE: Sizing of LARGE databases.