Need help with INNER Join - Mailing list pgsql-novice

From Mag Gam
Subject Need help with INNER Join
Date
Msg-id 1cbd6f830805040740x207b8432s63e2d45248b37767@mail.gmail.com
Whole thread Raw
Responses Re: Need help with INNER Join  (Frank Bax <fbax@sympatico.ca>)
Re: Need help with INNER Join  (Emil Obermayr <nobs@nobswolf.info>)
List pgsql-novice
Hello
 
When I needed to join tables I always used the equal syntax (ie. SELECT id from foo,fee where id.foo=id.fee)
 
To my understanding, it is preferred to use the INNER JOIN keyword. I am able to INNER JOIN 2 tables, but I am not sure of the syntax for 3 or more tables. Can someone please show me an example for that ?
 
TIA
 

pgsql-novice by date:

Previous
From: "Phillip Smith"
Date:
Subject: Re: Configuration on CentOS 4.6
Next
From: Frank Bax
Date:
Subject: Re: Need help with INNER Join