Re: joins? - Mailing list pgsql-general

From Gregory Wood
Subject Re: joins?
Date
Msg-id 000f01c1c530$2b08e5b0$7889ffcc@comstock.com
Whole thread Raw
In response to joins?  (David Eduardo Gomez Noguera <davidgn@servidor.unam.mx>)
List pgsql-general
Explicit joins allow you to order the joins any way you want. When join
conditions are in the WHERE clause, you don't have any control over the
order in which the tables are joined.

Additionally, when you do an explicit join, you can perform other types of
joins, such as an inner join, outer join, etc.

Personally I prefer doing explicit joins because it makes my SQL more
readable to me; all the glue that joins the tables together is in the FROM,
and the WHERE clause just limits the rows that I want returned.

Greg

----- Original Message -----
From: "David Eduardo Gomez Noguera" <davidgn@servidor.unam.mx>
To: "postgres" <pgsql-general@postgresql.org>
Sent: Wednesday, March 06, 2002 10:40 AM
Subject: [GENERAL] joins?


> Hello.
> I am a bit new to databases. just still learning.
> I havent got it right, but wht is the difference between a joint and a
where clause?
> specially "join on ".
>
> --
> ICQ: 15605359 Bicho
>                                   =^..^=
> First, they ignore you. Then they laugh at you. Then they fight you. Then
you win. Mahatma Gandhi.
> -------------------------------気検体の一
致------------------------------------
> 暑さ寒さも彼岸まで。
> 恋にししょうなし。恋はしあんの他。
> アン アン アン とっても大好き
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problems with unconstrained join
Next
From: Masaru Sugawara
Date:
Subject: Re: help with getting index scan