MySQL Forums
Forum List  »  PHP

Re: help php mysql (beginner)
Posted by: Low Sze Hau
Date: July 03, 2005 03:52AM

hi lax bhat,

You can try this sql instead:

select t1.*
from table1 as t1, table2 as t2
where t1.id = t2.id and t2.country_name="america"

Options: ReplyQuote


Subject
Written By
Posted
July 03, 2005 12:46AM
Re: help php mysql (beginner)
July 03, 2005 03:52AM


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.