As you didn't include the tables, I'll just give you a basic syntax.
<pre>SELECT t1.*, t3.*, t2.col1
FROM t1
JOIN t2 ON t1.col1 = t2.col4
JOIN t3 ON t2.col2 = t3.col1
WHERE t1.Col5 = 'test'</pre>
Last Wiki Answer Submitted: August 12, 2010 11:17 pm by Denny Cherry64,550 pts.
All Answer Wiki Contributors: Denny Cherry64,550 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Your queries didn’t get posted.