Thread

  1. Outer inner join

    Przemyslaw Bak <przemol@st3.makro.com.pl> — 1998-07-19T17:25:37Z

    Hi,
    
    how can I use outer or inner join in POstgres 6.3.2 ?
    
    przemol
    
    
    
  2. Re: [GENERAL] Outer inner join

    Byron Nikolaidis <byronn@insightdist.com> — 1998-07-21T13:16:23Z

    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