How to do this in postgtreSQL? - Mailing list pgsql-general

From Robert Nosko
Subject How to do this in postgtreSQL?
Date
Msg-id NEBBLMLPILFNHKNECKIFMENOCAAA.robertn@eori.net.pl
Whole thread Raw
In response to Re: [NOVICE] installation question  (Ed Loehr <eloehr@austin.rr.com>)
List 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 by date:

Previous
From: Jeff MacDonald
Date:
Subject: Features
Next
From: Titus Brown
Date:
Subject: [t-ishii@sra.co.jp: Re: Minor hack to support LO string searches]