MySQL Forums
Forum List  »  Federated Storage Engine

select joins from two table in mysql
Posted by: naina singh
Date: April 14, 2008 10:44PM

i have to two table agency_rating and agency_registration from that agency_name,count_rating,agency_score in that i want those records which are not rated. i try this query but not working
SELECT * FROM agency_rating RIGHT JOIN agency_registration
ON agency_registration.agency_id=agency_rating.agency_id order by agency_registration.agency_id

Options: ReplyQuote


Subject
Views
Written By
Posted
44130
December 04, 2007 01:55PM
select joins from two table in mysql
14292
April 14, 2008 10:44PM


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.