Re: WHERE AND JOIN STATEMENTS - Mailing list pgsql-novice

From Jasen Betts
Subject Re: WHERE AND JOIN STATEMENTS
Date
Msg-id hmrv2f$849$2@reversiblemaps.ath.cx
Whole thread Raw
In response to WHERE AND JOIN STATEMENTS  (JORGE MALDONADO <jorgemal1960@gmail.com>)
List pgsql-novice
On 2010-03-05, JORGE MALDONADO <jorgemal1960@gmail.com> wrote:
> --000e0cdf986cab962e048111beb4
> Content-Type: text/plain; charset=ISO-8859-1
>
> What is the advantage (or advantages) of using JOIN instead of WHERE in a
> SELECT statement?
> Is JOIN faster than WHERE?

Join is IMO easier to read, also asier to change if you want left
join instead etc.


pgsql-novice by date:

Previous
From: Jasen Betts
Date:
Subject: Re: are primary keys always 'needed'
Next
From: dipti shah
Date:
Subject: How to save existing permissions on schema and later on restore it?