MySQL Forums
Forum List  »  Knowledge Base

Re: question about join query
Posted by: sherri guthrie
Date: October 19, 2009 03:33PM

thanks for all of the help.

for any who come looking, this is how i got the info that i needed:


$result4 = mysql_query("SELECT reportequipment.*,equipment.*
FROM reportequipment LEFT JOIN equipment ON reportequipment.equip = equipment.id
WHERE reportequipment.webid='$myid';

Options: ReplyQuote


Subject
Views
Written By
Posted
2511
October 19, 2009 07:11AM
Re: question about join query
1648
October 19, 2009 03:33PM


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.