Re: Problem with joins

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Josh Berkus" <josh(at)agliodbs(dot)com>
Cc: Sharon Cowling <sharon(dot)cowling(at)sslnz(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Problem with joins
Date: 2002-02-05 15:39:54
Message-ID: 24919.1012923594@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Josh Berkus" <josh(at)agliodbs(dot)com> writes:
> [ mostly good advice ]
> ... You can't mix explicit JOINs (e.g. TableA JOIN TableB ON
> Col1 = Col2) with implicit joins (FROM TableA, TableB WHERE col1 =
> col2).

Sure you can, though the explicit joins will be done first. See
http://developer.postgresql.org/docs/postgres/explicit-joins.html

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Joshua b. Jore 2002-02-05 16:57:24 SETOF / SETS_FIXED?
Previous Message Duncan Adams (DNS) 2002-02-05 11:15:25 Re: order by question