How to do this in postgtreSQL?

Поиск
Список
Период
Сортировка
От Robert Nosko
Тема How to do this in postgtreSQL?
Дата
Msg-id NEBBLMLPILFNHKNECKIFMENOCAAA.robertn@eori.net.pl
обсуждение исходный текст
Ответ на Re: [NOVICE] installation question  (Ed Loehr <eloehr@austin.rr.com>)
Список pgsql-general
Hi,

In ORACLE I can perform the following query:

SELECT tableA.id, title, qty
FROM tableA, (SELECT id, count(*) qty FROM tableB group by id) tableC
WHERE tableA.id = tableC.id (+)

but in PostgreSQL I get error message.
How can I perform it in Postgres?

thanks,
robert

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

Предыдущее
От: Jeff MacDonald
Дата:
Сообщение: Features
Следующее
От: Titus Brown
Дата:
Сообщение: [t-ishii@sra.co.jp: Re: Minor hack to support LO string searches]