MySQL Forums
Forum List  »  Newbie

Is this connection between tables posible ?
Posted by: Georgi Georgiev
Date: November 14, 2007 05:14AM

http://egorig.hit.bg/Stuff/mysql.gif

First table : four fields - r_id, r_f1, r_f2, r_rez
Second table : three fields - t_id, t_name, t_st

r_f1 and r_f2 are indexes (example: 3 and 6) (Always different)
I want to select r_rez and the both names (t_name) from the second table which correspond to r_f1 and r_f2

Suggestions? Is it possible?

Options: ReplyQuote


Subject
Written By
Posted
Is this connection between tables posible ?
November 14, 2007 05:14AM


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.