Join Question

From: "Chris Hoover" <revoohc(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Join Question
Date: 2006-08-02 19:32:39
Message-ID: 1d219a6f0608021232i54948c6dt5ef107ad6288d74@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Question,

What is the difference between left join, and left outer join?

I know the difference between inner and outer joins, but I was thinking that
left join == inner join. But from what I am now seeing, it appears that PG
is equating left join to left outer join. Is this correct?

Thanks,

Chris

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2006-08-02 19:39:56 Re: Join Question
Previous Message Alvaro Herrera 2006-08-02 19:18:24 Re: Best Procedural Language?