Re: [GENERAL] Outer inner join - Mailing list pgsql-general

From Byron Nikolaidis
Subject Re: [GENERAL] Outer inner join
Date
Msg-id 35B494A7.484A8466@insightdist.com
Whole thread Raw
In response to Outer inner join  (Przemyslaw Bak <przemol@st3.makro.com.pl>)
List pgsql-general
Przemyslaw Bak wrote:
>
> Hi,
>
> how can I use outer or inner join in POstgres 6.3.2 ?
>
> przemol

Postgres supports inner join using the WHERE clause (not the keywords
INNER JOIN ... ON).

It doesn't support outer join yet.  I'm not sure if this feature is
being added for the 6.4 release or not.

Byron

pgsql-general by date:

Previous
From: Konstantinos Vassiliadis
Date:
Subject: Postgres superuser priviledges
Next
From: Dan Delaney
Date:
Subject: [SQL] Can I store bitmap graphics in a table?