Outer inner join

Started by Przemyslaw Bakalmost 28 years ago2 messagesgeneral
Jump to latest
#1Przemyslaw Bak
przemol@st3.makro.com.pl

Hi,

how can I use outer or inner join in POstgres 6.3.2 ?

przemol

#2Byron Nikolaidis
byronn@insightdist.com
In reply to: Przemyslaw Bak (#1)
Re: [GENERAL] Outer inner join

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