MySQL Forums
Forum List  »  Newbie

Re: MySQL LEFT JOIN problem.
Posted by: Harsha Chaithanya K
Date: August 25, 2004 01:36AM

HI,

Change all the table names in this select according to the alias names given in the join condition like:

mrentries t1,
mrdaily t2,
associates t3,
mrcategories t4.

So change all the (to be )selected entries' table names to t1,t2,t3,t4 accordingly.

This is it.

Options: ReplyQuote


Subject
Written By
Posted
August 23, 2004 12:31PM
August 24, 2004 06:14AM
August 24, 2004 06:11AM
Re: MySQL LEFT JOIN problem.
August 25, 2004 01:36AM


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.