Re: Using subselects as joins in POstgeSQL (possible?, examples) - Mailing list pgsql-sql

FromPascual De Ruvo
SubjectRe: Using subselects as joins in POstgeSQL (possible?, examples)
Date
Msg-id[email protected]
Whole thread Raw
In response toUsing subselects as joins in POstgeSQL (possible?, examples)  (frank church <[email protected]>)
Listpgsql-sql


On 7/22/05, frank church <[email protected]> wrote:


Is it possible to use subselects as joins in PostgreSQL.

Absolutely.

 select * from
(select * from table1) as a,
(select * from table2) as b
where a.a = b.b




pgsql-sql by date:

Previous
From: KÖPFERL Robert
Date:
Subject: Re: Are long term never commited SELECT statements are a pr
Next
From: Michael Fuhr
Date:
Subject: Re: Error when using array variable