<pre>SELECT a.column_x, a.column_y
FROM table1 a JOIN table2 b
ON a.column_z = b.column_z
WHERE b.column_w = <something>
AND ...</pre>
If you need a more specific answer, please provide more details.
Last Wiki Answer Submitted: July 28, 2010 4:01 pm by carlosdl63,535 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.
Hey Sqldb, Did Carlos’ answer help? If not, provide us with some more details. Otherwise, mark it as approved so others in the future will know how to resolve the same issue.
Hey Sqldb, Did Carlos’ answer help? If not, provide us with some more details. Otherwise, mark it as approved so others in the future will know how to resolve the same issue.
Thanks!
Em