Re: Multiple INNER JOIN
already done
it really simple for anyone who'd come and see this post
when you join the first one you join the other
SELECT * FROM table1 INNER JOIN table2 ON table1.value1 comp[=, <, >, <=, >=] table2.value1 INNER JOIN table3 ON table1.value2 comp[=, <, >, <=, >=] table3.value1
cool i love mysql
Subject
Written By
Posted
Re: Multiple INNER JOIN
July 23, 2004 04:03PM
September 03, 2004 02:59AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.