------=_Part_13697_8905503.1209912005920
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
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
------=_Part_13697_8905503.1209912005920
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
<div>Hello</div>
<div> </div>
<div>When I needed to join tables I always used the equal syntax (ie.
SELECT id from foo,fee where id.foo=id.fee)</div>
<div> </div>
<div>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 ?</div>
<div> </div>
<div>TIA</div>
<div> </div>
------=_Part_13697_8905503.1209912005920--